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

noexcept not rendered #338

Closed
twesterhout opened this issue Jul 5, 2017 · 2 comments · Fixed by #512
Closed

noexcept not rendered #338

twesterhout opened this issue Jul 5, 2017 · 2 comments · Fixed by #512
Assignees
Labels
code Source code enhancement Improvements, additions (also cosmetics)

Comments

@twesterhout
Copy link

I've noticed that noexcept specifier is not rendered for member functions. Doxygen XML output contains this info in the <argsstring> field, so I figured it should be supported by Breathe. Is this a bug? or a not yet implemented feature?

@vermeeren vermeeren added enhancement Improvements, additions (also cosmetics) code Source code labels May 21, 2018
@vermeeren
Copy link
Collaborator

If it is listed in the XML but not rendered Breathe is most likely not checking for it. I believe this is not very hard to implement.

vermeeren added a commit that referenced this issue May 1, 2020
@vermeeren vermeeren self-assigned this May 1, 2020
@vermeeren
Copy link
Collaborator

Should be fixed with #512, released in Breathe v4.17.0. Note that you also need Sphinx 3.x for recent Breathe versions.

@vermeeren vermeeren linked a pull request Dec 3, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Source code enhancement Improvements, additions (also cosmetics)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants