Re: [Doxygen-users] @cond without section label
Brought to you by:
dimitri
|
From: Clemens F. <c....@os...> - 2011-03-03 10:59:05
|
Alex Escott wrote: > 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." Hi Alex. It should work like this: /** @cond */ This part is ignored. /** @endcond */ If it does not, then provide more details (as requested by Dimitri). Note that @cond and @endcond need to be in the same file. Clemens |