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.
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 causingstd::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:You'll be able to quickly find others just by skipping through the search results for
kind="namespace"
, since there aren't too many.