GNOME Bugzilla – Bug 709479
[1.8.5 regression] @code ... @endcode parsing does not skip leading asterisk anymore
Last modified: 2013-10-05 19:39:58 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. */
*** This bug has been marked as a duplicate of bug 707567 ***