Skip to content

Previously aligned doxygen comments are getting unaligned #141

Description

@mihaipopescu
struct Foo
{
     bool                m_HasCounter            : 1;    ///< doxygen cmt line 1
-                                                        ///< doxygen cmt line 2
+    ///< doxygen cmt line 2
     bool                m_IsIndirectData        : 1;    ///< other doxygen cmt
     bool                m_IsInitialized         : 1;
     bool                m_OwnsComputeBufferID   : 1;    ///< and another
-                                                        ///< another line 1
-                                                        ///< another line 2
+    ///< another line 1
+    ///< another line 2
 };

it would be nice if we didn't changed that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions