GNOME Bugzilla – Bug 700908
code after \@cond is removed
Last modified: 2013-08-23 16:46:25 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)
Confirmed. Should be fixed in the next GIT update.
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.
Example works as expected