Re: [Doxygen-users] erroneous output of section label for \cond command
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2015-08-27 16:52:38
|
Monique, I'm not aware of a bug in this respect. Can you post a small example with the Doxyfile used (to generated the Doxyfile please use doxygen -s so it is a bit smaller). Albert On Thu, Aug 27, 2015 at 6:43 PM, Monique Semp <mon...@ea...> wrote: > Hello, doxygen-users, > > I’m using Doxygen 1.8.10, on Mac 10.10.3 (Yosemite). > > I’ve used the \cond and \endcond tags to omit documentation for some class > members, via a section label of the sort > __INCLUDE_DOXYGEN_FOR_THESE_DEFINES__. (And of course, I’m not defining > these labels in the ENABLED_SECTIONS part of the Doxyfile.) > > The output correctly omits the members that are between the \cond and > \endcond commands, but... the section label itself > (“__INCLUDE_DOXYGEN_FOR_THESE_DEFINES__”) is appearing in the output, in > bold on its own line, in the detailed output for the next documented member > in the file. This erroneous output appears before the text of the \details > command. > > Is there perhaps some configuration setting that I need to set to suppress > this unexpected output? > > Thanks, > -Monique > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |