Bug 312239 - Code browser should display doxygen documentation from implementation file
Summary: Code browser should display doxygen documentation from implementation file
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.3.1
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-26 20:47 UTC by Andreas Beckermann
Modified: 2014-01-25 01:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Beckermann 2012-12-26 20:47:58 UTC
The code browser displays the (doxygen) documentation from the .h header file for the symbol under the cursor.
However when the doxygen documentation is in the implementation (i.e. the .cpp file) instead of the header, the documentation is not shown.

It would be nice if the documentation of a member function from the .cpp file would be used if the .h file does not have any.

Reproducible: Always

Steps to Reproduce:
Move the cursor on a function (call) for which the doxygen documentation is in the implementation file.
Actual Results:  
The code browser displays the function name/signature/etc., but no documentation.

Expected Results:  
The code browser should also display the documentation.