GNOME Bugzilla – Bug 631380
JAVADOC_AUTOBRIEF=YES causes paragraphs to be concatenated.
Last modified: 2010-10-09 08:19:36 UTC
Created attachment 171738 [details] Example C++ source and doxygen config. There seems to be an inconsistency between detail sections produced with and without JAVADOC_AUTOBRIEF enabled. When using the triple slash doc comment to supply a brief, enabling JAVADOC_AUTOBRIEF causes the first and second detail paragraphs to be concatenated. ---- /// Demonstrates inconsistent paragraph rendering. /** Paragraph One Paragraph Two */ class ParagraphBug { }; ---- Details will contain the erroneous text: "Paragraph OneParagraph Two" No whitespace is preserved between the joined paragraphs irregardless of the amount of vertical whitespace provided. Tested versions: 1.6.1 1.7.1-20100920 (SVN REV 742) I've attached example files that can be used to reproduce this bug.
Confirmed. Should be fixed in the next release.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.2. 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.