This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 170778 - /** style */ comments are ignored for docs popup
Summary: /** style */ comments are ignored for docs popup
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-24 05:03 UTC by lytles
Modified: 2012-09-07 13:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lytles 2009-08-24 05:03:22 UTC
single line javadoc comments, eg.

/** this is a comment */
function blah() {}

are ignored in the documentation popup, instead showing "no comments found". reformatting the comment as 3 lines makes 
the popup work correctly, eg.

/**
  * this is a comment
  */
Comment 1 Irina Filippova 2010-02-17 08:09:52 UTC
Changing the component for the issue. Was erroneously located in usersguide.
Comment 2 Martin Fousek 2012-09-07 13:28:14 UTC
Unformatted comments are parsed correctly in the new javascript editor, so you will have it fixed in the NetBeans 7.3. Marking as fixed.

By the way, feel free to try it out in the development builds, here:
http://bits.netbeans.org/download/trunk/nightly/latest/