Bug 364409 - Missing doxygen method description placed after declaration
Summary: Missing doxygen method description placed after declaration
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Doxygen integration (other bugs)
Version First Reported In: git master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-17 07:51 UTC by SeeLook
Modified: 2022-10-22 09:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.