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

C++11 using typedefs #316

Closed
ax3l opened this issue Feb 19, 2017 · 3 comments
Closed

C++11 using typedefs #316

ax3l opened this issue Feb 19, 2017 · 3 comments
Assignees
Labels
bug Problem in existing code code Source code

Comments

@ax3l
Copy link
Contributor

ax3l commented Feb 19, 2017

Doxygen annotated typdefs in C++11, via the C++11 syntax

using NewType = OtherType;

Are currently false documented as

using NewType = typdef OtherType

in breathe html docs (grouping under Typedefs in the doxygenfile:: macro is fine).

I am using breathe 4.5.0 and doxygen 1.8.8 (1.8.11 on readthedocs).

@vermeeren
Copy link
Collaborator

Hi, I believe both Breathe and Sphinx have done work to better support newer C++ standards. Could you check if this issue still exists?

@ax3l
Copy link
Contributor Author

ax3l commented May 23, 2018

@melvinvermeeren checked again. HTML looks good from what I see. Nevertheless, there still seem to be many warnings thrown at make html time with the = typdef OtherType syntax.

@vermeeren vermeeren added code Source code bug Problem in existing code labels May 23, 2018
@vermeeren
Copy link
Collaborator

Since the previous posting further improvements have been made in Sphinx's C++ domain, so I am assuming this is resolved now. Closing to clean up the issue tracker.

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

No branches or pull requests

2 participants