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 183628

Summary: Code completion doesn't recognize return carriage in Doxygen comments
Product: cnd Reporter: dnikitin <dnikitin>
Component: Code CompletionAssignee: Thomas Preisler <thp>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description dnikitin 2010-04-07 08:02:47 UTC
Created attachment 96846 [details]
screenshot

if Doxygen comment is multiline string then code completion won't recognize symbol of new line (return carriage)

see attachment
Comment 1 Thomas Preisler 2010-04-20 00:37:57 UTC
Now it prints something like the text below. Note that it combines text into one paragraph unless a double new line.

Prints 'welcome...' then prints arguments

and finally returns 0

Parameter:
  argc

Parameter:
  argv

Returns:
   ...

Author:
   thp
Comment 2 Quality Engineering 2010-04-21 04:30:05 UTC
Integrated into 'main-golden', will be available in build *201004210200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0c832252f177
User: Thomas Preisler <thp@netbeans.org>
Log: #183628 - Code completion doesn't recognize return carriage in Doxygen comments