documentationjs / documentationjs/documentation
Infer membership is broken with @name/alias
Open
bug
- Dominant language
- JavaScript
- Stars
- 5.8k
- Forks
- 481
- PR merge metrics
- No merged PRs in 30d
Description
``` js
/** @name C2 */
class C {
/** */
method() {}
}
```
The path for method ends up using `C` as the name because that is what is used in the ast.
We should get the name from the comment but I'm not sure how to get the comment from the ast node? @tmcw Is there a mapping?
Contributor guide
Assessment
This issue has not been assessed yet.