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

figure out how to specify duplicate names with breathe directives #13

Closed
svenevs opened this issue Feb 4, 2018 · 0 comments · Fixed by #45
Closed

figure out how to specify duplicate names with breathe directives #13

svenevs opened this issue Feb 4, 2018 · 0 comments · Fixed by #45
Labels

Comments

@svenevs
Copy link
Owner

svenevs commented Feb 4, 2018

When functions with the same name but different signatures are present, breathe is not given enough information to disambiguate.

https://github.com/wjakob/nanogui/blob/f61c407ea4cb336aefcdd82202c6e09ff21b9e79/include/nanogui/common.h#L474-L476

and

https://github.com/wjakob/nanogui/blob/f61c407ea4cb336aefcdd82202c6e09ff21b9e79/include/nanogui/common.h#L493-L495

produce two separate nodes / reStructuredText documents, but .. doxygenfunction:: file_dialog is generated, which is incorrect and makes the docs for those members fail.

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

Successfully merging a pull request may close this issue.

1 participant