Re: [Doxygen-users] \cond or \if on \addgroup
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2014-12-17 16:22:24
|
Dear Roman, I think you should leave out the firs @endcond and the second @cond. The first endcond will terminate the conditional block and the second cond will start a new block and everything in between will be parsed by doxygen again. Albert On Wed, Dec 17, 2014 at 4:59 PM, Roman Savchenko <gm...@gm...> wrote: > > HI All, > > I want to do something like that > > /* > * @cond INTERNAL > * @addgroup MyInternalGroup > * @{ > * @endcond > */ > > //some internal doc hided with @internal > > /* > * @cond INTERNAL > * @} > * @endcond > */ > > But group MyInternalGroup still generated. > Thanks for any help. > > Regards, > R. Savchenko. > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |