Menu

#13 class browser-names displayed wrongly

open
nobody
5
2012-09-26
2002-12-09
Anonymous
No

if there is a c++ comment(//xxx) that follows a class or
struct name immediately without spaces, the class
browser concatenates the last 1 or 2 characters in the
comment to the class/struct name.

example:

struct foo//ls

{

}

this is displayed as "fools" in the class browser

class foo//l

{

}

displayed as "fool"

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.