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 148481 - Incorrect syntax highlighting of after-member doxygen comments
Summary: Incorrect syntax highlighting of after-member doxygen comments
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 13:34 UTC by dpirch
Modified: 2009-02-19 20:29 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 dpirch 2008-09-26 13:34:18 UTC
Doxygen comments can start with a '<' to document member variables using a comment block _after_ the declaration, as
described in http://www.stack.nl/~dimitri/doxygen/docblocks.html#memberdoc

For example:

int var; /**< Detailed description after the member */

However, the syntax highlighter assumes that the '<' starts an HTML tag, and formats the whole comment in boldface by
default.
Comment 2 Quality Engineering 2008-11-28 17:19:39 UTC
Integrated into 'main-golden', will be available in build *200811281401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c9f8d7697e7b
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#148481: Incorrect syntax highlighting of after-member doxygen comments
Comment 3 soldatov 2008-12-01 10:58:50 UTC
Verified (NetBeans IDE Dev (Build 200811301401)).