wenchun / jsdoc-toolkit

Automatically exported from code.google.com/p/jsdoc-toolkit
0 stars 0 forks source link

@link should link to the main class description #178

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Committed revision 760.

Original comment by micmath on 10 Jan 2009 at 12:53