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 700908 - code after \@cond is removed
code after \@cond is removed
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.4
Other Windows
: Normal critical
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-05-23 17:56 UTC by albert
Modified: 2013-08-23 16:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description albert 2013-05-23 17:56:02 UTC
In case the \@cond construct is used the @cond and all that follow is removed. This should not be the case as the \ before the @ should act as an escape character. In the version 1.8.3.1 this is still the case but not in version 1.8.4
Some further investigations lead to the conclusion that the problem was introduced in SVN version 846. In version 846 a lot has been done in respect to conditional sections and this case has probably been overlooked.

Example code:
///@file bb.c
///  \@cond a text

Used a standard Doxyfile (doxygen -g)
Comment 1 Dimitri van Heesch 2013-05-25 15:20:31 UTC
Confirmed. Should be fixed in the next GIT update.
Comment 2 Dimitri van Heesch 2013-08-23 15:04:48 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.5. 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.
Comment 3 albert 2013-08-23 16:46:25 UTC
Example works as expected