GNOME Bugzilla – Bug 698818
\cond and defines don't work together
Last modified: 2013-05-22 11:17:18 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
Confirmed. Should be fixed in the next subversion update.
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.
Works like expected, thanks.