-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Doxygen retval comment output different in 4.28 and 4.29 #684
Comments
@Geddih There were some rendering changes with #670, so the layout changing is more or less expected. What is of course not expected is the duplicate with |
Hi, @vermeeren, thanks for looking at this, the HTML output shows similar issues. Breathe 4.28 Breathe 4.29 |
Do you have example for reproduction? |
I'll put a cut down example together and verify the issue myself. I can't share the full source. |
@jakobandersen attached ZIP contains XML (Doxygen 1.18.3) for a function and a cutdown version of my project. |
The difference between parameters and returns is most like in how Sphinx handles them: the parameters fields are groupable, so if a directive has more than one it will collect them and make a list. The return field doesn't have this, and I'm unsure if it is easy to change it due to the |
Hi, I'm using Breathe to generate user documentation for an embedded C application.
Sphinx=3.5.4, Python=3.9.4, Doxygen=1.9.1, TexLive 2021.
I've noted that Breathe outputs the following retval Doxygen comments differently in 4.28 and 4.29
The exported Doxygen XML is:
The PDF outputs are:
Breathe 4.28 (which looks correct to me)
Breathe 4.29
I also tried 4.29.1 which gives the same output as 4.29.
The text was updated successfully, but these errors were encountered: