Bug 315871 - More doxygen style code comment signatures should be stripped
Summary: More doxygen style code comment signatures should be stripped
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (other bugs)
Version First Reported In: git master
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 19:51 UTC by Rolf Eike Beer
Modified: 2018-11-13 17:17 UTC (History)
0 users

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 Rolf Eike Beer 2013-02-27 19:51:51 UTC
A member may be documented like this:

int a; ///< documentation
int b; //!< another one

Only the slashes will be stripped, making the comment "< documentation".

Reproducible: Always
Comment 1 Kevin Funk 2018-03-25 22:21:06 UTC
Confirmed.
Comment 2 Rolf Eike Beer 2018-11-13 17:17:56 UTC
Still happens in both 5.2.4 and git master.