GNOME Bugzilla – Bug 637987
Error in grouping example code
Last modified: 2012-11-18 11:11:47 UTC
In the grouping documentation of the main website (http://www.stack.nl/~dimitri/doxygen/grouping.html) the following example code is shown: /** \addtogroup <label> */ /*\@{*/ /*\@}*/ There are two superfluous backslashes. It should be corrected to: /** \addtogroup <label> */ /*@{*/ /*@}*/
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.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.