After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 688531 - Horizontal rule inside paragraph causes missing </p>
Horizontal rule inside paragraph causes missing </p>
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.2-SVN
Other Linux
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-11-17 13:46 UTC by René Papenhoven
Modified: 2012-12-26 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description René Papenhoven 2012-11-17 13:46:55 UTC
The following markdown causes a missing </p> in the resulting html output.

Line 1: text
Line 2: ____

The problem seems that doxygen does not end a paragraph when <hr> is found.

As a quick fix I modified markdown.cpp and replaced the writing of "<hr>\n" by writting "\n<hr>\n" (2 occurences).
The whitespace before <hr> forces an end of paragraph in doxygen.

But I guess the real solution should be in the html processing inside doxygen,
which should end a paragraph if <hr> is found.
(As the same happens if <hr> is put directly to the end of a paragraph).
Comment 1 Dimitri van Heesch 2012-11-18 11:07:02 UTC
Changed version 'latest' to '1.8.2-SVN' so I can remove 'latest' as an option as it is a moving target.
Comment 2 Dimitri van Heesch 2012-11-18 14:52:33 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 3 Dimitri van Heesch 2012-12-26 16:09:00 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.3. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.