Bug 315871

Summary: More doxygen style code comment signatures should be stripped
Product: [Applications] kdevelop Reporter: Rolf Eike Beer <kde>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: CONFIRMED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.