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 228508 - "No documentation found." instead of doxygen's comments if file starts from comment
Summary: "No documentation found." instead of doxygen's comments if file starts from c...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-12 11:13 UTC by soldatov
Modified: 2013-07-26 02:51 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 2013-04-12 11:13:44 UTC
/**
 * text text text
 * @return 
 */
int foo() {
    return 0;
}

int main() {
    foo();
    return 0;
}

Scenario:
- Add this code into editor
- Call code completion on foo()
==>
"No documentation found." instead of doxygen's comments

Workaround: add new line before /**
Comment 1 Alexander Simon 2013-07-19 10:53:18 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/0fb1d9e79724
Comment 2 Quality Engineering 2013-07-26 02:51:42 UTC
Integrated into 'main-silver', will be available in build *201307252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0fb1d9e79724
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #228508 "No documentation found." instead of doxygen's comments if file starts from comment