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

Summary: IDE doesn't generate Doxygen comments
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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