Skip to content

[BUG] Emphasis with asterisks (*) does not work when at the beginning of a line of an ALIASES argument #11668

@parmi93

Description

@parmi93

Emphasis with asterisks (*) does not work when at the beginning of a line of an ALIASES argument.

ALIASES += "my_note{1}=@note \1"
/**
 * @my_note{
 * @parblock
 * *DOES'T WORK*
 *
 * **DOES'T WORK**
 *
 * ***DOES'T WORK***
 *
 * bla bla *WORKS*
 *
 * bla bla **WORKS**
 *
 * bla bla ***WORKS***
 *
 * * *WORKS*
 *
 * * **WORKS**
 *
 * * ***WORKS***
 * @endparblock
 * }
 */
Image

Doxygen v1.14.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions