Skip to content

C++: Line-wrapped "using" type alias appear as "Initial value:" block and is not visible in Typedefs list #12188

@danpla

Description

@danpla

The title says it all. The following code:

using T1 = std::vector<int>;
using T2 = std::vector<
    int>;

Is rendered as:

Image

and
Image

Version

Doxygen 1.17.0 from the official website, Linux x86-64

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