Bug #19086 2013-08-16 13:51

tomius

Code completion - docs - typdef.

For c++ typedefs the documentation parser seems to be working wrong.

For comments like ///, it assigns the typedef written before the comment, however with ///<, it assigns the comment to the typedef written after the comment. So they work reversed, compared to how they work with doxygen.

So code completion uses them like this:

typedef foo bar;

/// This comment is assigned to the typdef above.

----

///< This comment is assigned to the typedef below.

typedef bar foo.

Category
Plugin::CodeCompletion
Group
Platform:Linux
Status
Open
Close date
 
Assigned to