(node)
| 233 | * Sole purpose is to easier align with the old (Java) implementation of the bundle tooling. |
| 234 | */ |
| 235 | function getDocumentation(node) { |
| 236 | return undefined; |
| 237 | } |
| 238 | |
| 239 | /** |
| 240 | * Analyzes an already parsed JSDocument to collect information about the contained module(s). |