Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
marzer opened this issue Aug 13, 2022 · 1 comment
Closed

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

marzer opened this issue Aug 13, 2022 · 1 comment
Labels

Comments

@marzer
Copy link

marzer commented Aug 13, 2022

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.

@marzer marzer changed the title Weird std::experimental child namespaces in doxygen tagfile std::experimental::erase treated as namespaces in doxygen tagfile Aug 13, 2022
@PeterFeicht
Copy link
Owner

I'm not using the tag files myself, but I'll see if I can figure anything out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants