https://bugs.kde.org/show_bug.cgi?id=364409

            Bug ID: 364409
           Summary: Missing doxygen method description placed after
                    declaration
           Product: kdevelop
           Version: git master
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: doxygen integration
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: seel...@gmail.com

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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to