Skip to content

Doxygen-style /// comments are not properly wrapped #22

@gnzlbg

Description

@gnzlbg

Doxygen style:

/* This is a doxygen style
* comment in old C-style.
*/

work fine. But the doxygen style

/// This is a doxygen
/// style multiline
/// C++ comment.

gets wrapped as:

/// This is a doxygen / style multiline
// C++ comment.

which is wrong. The expected behavior is something like:

/// This is a doxygen style multiline
/// C++ comment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions