https://bugs.kde.org/show_bug.cgi?id=312239 Bug ID: 312239 Summary: Code browser should display doxygen documentation from implementation file Classification: Unclassified Product: kdevelop Version: 4.3.1 Hardware: Other OS: Linux Status: CONFIRMED Severity: wishlist Priority: NOR Component: general Assignee: kdevelop-bugs-null@kde.org Reporter: b_mann@gmx.de 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. -- You are receiving this mail because: You are watching all bug changes.