``` 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?