Replies: 1 comment 3 replies
-
Looks like the following mean trick works:
|
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way from preventing Doxygen from merging consecutive repeated commands like
@warning
in the HTML output?Right now, as workaround I'm using
@n
between two blank lines, like this:The thing I don't like about this workaround is that in the HTML page it leaves about 60px of empty space between the two warning boxes:

It would be nicer if the page was rendered like this:

Beta Was this translation helpful? Give feedback.
All reactions