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 195757 - IDE doesn't generate Doxygen comments
Summary: IDE doesn't generate Doxygen comments
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2011-02-21 12:30 UTC by soldatov
Modified: 2011-02-25 05:33 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 soldatov 2011-02-21 12:30:37 UTC
Scenario:
- Create C/C++ Application
- Before main() type /** and press ENTER
===>
Expected:
/**
 * 
 * @param argc
 * @param argv
 * @return 
 */
Real:
/**
 *
Comment 1 Vladimir Voskresensky 2011-02-21 13:57:55 UTC
http://hg.netbeans.org/cnd-main/rev/f81183ae4f7a
Comment 2 soldatov 2011-02-24 10:51:11 UTC
20110224000 build works better, but caret position is wrong

Scenario:
- Create C/C++ Application
- Before main() type /** and press ENTER
===>
/**
 *   <----- expected caret position
 * @param argc
 * @param argv
 * @return 
 */  <----- real caret position
Comment 3 Alexander Simon 2011-02-24 15:20:12 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/f5aa4647c5bb
Comment 4 Quality Engineering 2011-02-25 05:33:00 UTC
Integrated into 'main-golden', will be available in build *201102250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f5aa4647c5bb
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #195757 IDE doesn't generate Doxygen comments