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 709479 - [1.8.5 regression] @code ... @endcode parsing does not skip leading asterisk anymore
[1.8.5 regression] @code ... @endcode parsing does not skip leading asterisk ...
Status: RESOLVED DUPLICATE of bug 707567
Product: doxygen
Classification: Other
Component: general
1.8.5
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-10-05 17:27 UTC by mity
Modified: 2013-10-05 19:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description mity 2013-10-05 17:27:10 UTC
Doxygen 1.8.4 was parsing the following snippet without the leading asterisk.
However 1.8.5 includes the asterisks for each line between @code and @endcode and outputs them in generated docs.

/**
 * @file
 *
 * Blah blah.    << This is correct, without the asterisk.
 *
 * @code
 * foo();        << Here, doxygen includes the asterisk in generated docs.
 * bar();        << Ditto.
 * @endcode
 * 
 * Blah blah.    << Correct once again.
 */
Comment 1 Dimitri van Heesch 2013-10-05 19:39:58 UTC

*** This bug has been marked as a duplicate of bug 707567 ***