Re: [Doxygen-users] @cond without section label
Brought to you by:
dimitri
|
From: Dimitri V. H. <do...@gm...> - 2011-03-02 20:21:19
|
On Mar 1, 2011, at 18:09 , 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.” > > 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? I don't know, but we are missing the example that shows the problem along with other trivia, like the version of doxygen you are using. Regards, Dimitri |