What steps will reproduce the problem?
1. Create a JSDoc comment with an {@link} tag which references another
class in the project.
2. Generate the docs.
What is the expected output? What do you see instead?
The link produced by the {@link} should point to the main class description
of the referenced class. Instead, it links to the constructor of that
class (e.g. MyClass.html#constructor).
Please provide any additional information below.
The code that generates this link is line 106 in Link.js. It should be:
linkPath += publish.conf.ext;
Original issue reported on code.google.com by cory.burkhardt@gmail.com on 18 Sep 2008 at 9:39
Original issue reported on code.google.com by
cory.burkhardt@gmail.com
on 18 Sep 2008 at 9:39