[Doxygen-users] @cond without section label
Brought to you by:
dimitri
|
From: Alex E. <AE...@ma...> - 2011-03-01 17:09:13
|
Hi all, I'm trying to use the @cond / @endcond tags to ignore a section of code unconditionally... I can only get it to work if I put a section label on it though. From the docs it says "If the section label is omitted, the section will be excluded from processing unconditionally." But if I leave it out, the line with the @cond causes output: warning: Found unknown command `\void' And the @endcond line gives the output: "Found \endcond command without matching \cond" Am I missing something? |