-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Describe the bug
An HTML comment in a Doxygen comment affects both HTML and Man output. Extra space is added in HTML output while indentation is affected in Man output.
Screenshots
HTML output without HTML comment

HTML output with HTML comment. Note the extra space (blank line)

Man output without HTML comment

Man output with HTML comment. Note the incorrect indent of the last paragraph which is next after the comment.

To Reproduce
Use html-comment-affects-output.tar.gz
Expected behavior
I expected identical output with and without the embedded HTML comment.
Version
I'm using v1.11.0 on macOS Sonoma, the DMG downloaded from doxygen.nl. The issue is not new to 1.11.0. It has been around for a while.
Stack trace
n/a
Additional context
n/a
Reactions are currently unavailable