cecco974 / jsdoc-toolkit

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

Link to class._var gets truncated in summary #173

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Document the attached file.

What is the expected output?
Field Summary:
Wrapper for Thing._private

What do you see instead?
Field Summary:
Wrapper for {@link Thing.

What version of the product are you using? On what operating system?
JsDoc Toolkit 2.0.1 on Microsoft Windows XP Professional 5.1.2600 Service
Pack 2 Build 2600

Original issue reported on code.google.com by deathz...@gmail.com on 20 Jul 2008 at 2:24

Attachments:

GoogleCodeExporter commented 8 years ago
This is actually a problem with the summarize() function in the jsdoc template 
-- it's seeing the "Thing." part of 
the variable name as the end of a sentence and breaking the line there.

Original comment by micmath on 2 Aug 2008 at 8:13

GoogleCodeExporter commented 8 years ago
This is actually a problem with the summarize() function in the jsdoc template 
-- it's seeing the "Thing." part of 
the variable name as the end of a sentence and breaking the line there.

Original comment by micmath on 2 Aug 2008 at 8:13

GoogleCodeExporter commented 8 years ago
Committed in revision 668.

Original comment by micmath on 2 Aug 2008 at 8:26

GoogleCodeExporter commented 8 years ago
Committed in revision 668.

Original comment by micmath on 2 Aug 2008 at 8:27