Replies: 1 comment 1 reply
-
Strange as with the 1.13.2 version (the one you used as well), I get for the first example: this looks like you like to have it, so it probably is something in your used header, footer or css files. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using doxygen fo C++, and I would like that the fact that some functions have no parameteres or return nothing to be explcitly mentioned in the documentation.
I could not find an option to turn this on, and I found a workaround with
@par
, for exampleHowever the aestetics are not great, the indentation is not consistent, for example:
Since this is a regular paragraph, I don't think it is possible to tweak this via a custom CSS.
A similar problem for the returned value, for example:
Are there any suggestions on how to handle this better?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions