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

            Bug ID: 386119
           Summary: Indentation of selected doxygen comments messed them
                    up
           Product: kdevelop
           Version: 5.1.2
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: ambr...@gmail.com
  Target Milestone: ---

Seleting C++ code which includes doxygen style comments like this one:

/**
 * Lalala
 */

and using tab or shift-tab to change the indentation ruins the formatting of
the comment, into this (when increasing indentation):

/**
* Lalala
*/

or into this (when decreasing indentation):

/**
    * Lalala
    */

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

Reply via email to