GNOME Bugzilla – Bug 696708
use of @cond causes unintended group members to go missing
Last modified: 2013-04-04 16:16:01 UTC
Created attachment 239963 [details] .cpp and .cfg files to illustrate the problem. In the 20130324 SVN, the use of conditionals cause members outside the conditionals to be omitted from the output documentation. In the test case attached, the use of @cond OMIT / @endcond causes all of the group function members after the @endcond to be missing, only func and funcA get documented. funcB, funcC, func2 and func3 are all missing (although the text for them shows up) and @refs to funcB fail with the wrong line number.
The 20130209 SVN does not exhibit this problem
Sorry, the example should have EXTRACT_ALL = YES
Confirmed. Should be fixed in the next subversion update.
I have confirmed this is fixed in 1.8.3.1.-20130402