Skip to content

std::experimental::erase treated as namespaces in doxygen tagfile #29

Closed
@marzer

Description

@marzer

Hello,

In the most recent release the doxygen web tagfile has some weird namespaces that include ( characters. Looks like this might be the result of typo in a config change somewhere causing std::experimental::erase to be treated as a namespace instead of a function, but I don't know enough about how this project works to dive into it myself.

The first example in question appears in cppreference-doxygen-web.tag.xml at line 30706:

  <compound kind="namespace">
    <name>std::experimental::erase(std</name> <!-- this line -->
    <filename></filename>
    <member kind="function">

You'll be able to quickly find others just by skipping through the search results for kind="namespace", since there aren't too many.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions