Bug 364409

Summary: Missing doxygen method description placed after declaration
Product: [Applications] kdevelop Reporter: SeeLook <seelook>
Component: Doxygen integrationAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal CC: igorkuo
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description SeeLook 2016-06-17 07:51:27 UTC
Popup with a method details doesn't display the method description when it is written after:
[code]
void someMethod(); /**< This method does something */
[/code]
This way of documenting is allowed by doxygen

In the same moment, putting description after and member variable works fine:
[code]
int someVar; /**< This variable is.... */
[/code]

Kdevelop 4 supports all kinds of documenting ways and it is quite annoying after switch to newest version.

Reproducible: Always
Comment 1 Justin Zobel 2022-10-21 23:59:47 UTC
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you!
Comment 2 SeeLook 2022-10-22 07:30:34 UTC
It doesn't occur any more.
Doxygen comments are properly displayed on hint popup for long time already.