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

Duplicate elements in Doxygen tag file for member function overrides #18

Open
PeterFeicht opened this issue Jun 3, 2019 · 0 comments
Open
Labels

Comments

@PeterFeicht
Copy link
Owner

There are a bunch of errors when building the Doxygen tag file, caused by duplicate elements when a class overrides base class functions. There are two entries, one for the base class function, one for the override, which conflict (e.g. std::pmr::synchronized_pool_resource::do_allocate).

@PeterFeicht PeterFeicht changed the title Fix duplicate elements in Doxygen tag file for member function overrides Duplicate elements in Doxygen tag file for member function overrides Jun 4, 2019
@PeterFeicht PeterFeicht added the bug label Jun 4, 2019
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

1 participant