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 631380 - JAVADOC_AUTOBRIEF=YES causes paragraphs to be concatenated.
JAVADOC_AUTOBRIEF=YES causes paragraphs to be concatenated.
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.1-SVN
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-10-05 05:39 UTC by Timothy Landers
Modified: 2010-10-09 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example C++ source and doxygen config. (2.75 KB, application/x-gzip)
2010-10-05 05:39 UTC, Timothy Landers
Details

Description Timothy Landers 2010-10-05 05:39:14 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.
Comment 1 Dimitri van Heesch 2010-10-06 19:13:43 UTC
Confirmed. Should be fixed in the next release.
Comment 2 Dimitri van Heesch 2010-10-09 08:19:36 UTC
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.