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 698818 - \cond and defines don't work together
\cond and defines don't work together
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.3.1-SVN
Other Cygwin
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-04-25 08:29 UTC by christian.schulz
Modified: 2013-05-22 11:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description christian.schulz 2013-04-25 08:29:46 UTC
Hello,

I have problems with the \cond and defines, which are capsulated in groups.
On the one side I get warnings like "documentation for unknown define xxx found."
The other side is that the defines aren’t documented.

If I remove the \cond command all works fine. Here an example:
/** @file */
/** \cond COND_IOH */
/** \addtogroup GROUP_IOH
  * @{ */
#define k4_cfg_maxNumOfPRIDsOnNode  15 /**< This defines how many PRIDs are on this node. */
/** @} */
/** \endcond */

Perhaps it is related to https://bugzilla.gnome.org/show_bug.cgi?id=694631#c3
Comment 1 Dimitri van Heesch 2013-05-01 18:52:19 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2013-05-19 12:35:24 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.4. 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 christian.schulz 2013-05-22 11:17:18 UTC
Works like expected, thanks.