Re: [Doxygen-users] Exceptions for processing between restrictive
Brought to you by:
dimitri
From: Ron W. <ron...@gm...> - 2013-10-08 23:39:45
|
On Sat, Oct 5, 2013 at 11:30 AM, < dox...@li...> wrote: > Date: Tue, 24 Sep 2013 14:13:01 +0200 > From: Yura Vishnevskiy <yur...@gm...> > is there any possibility to force Doxygen to process a part of > documentation which is in forbidden area between \cond and \endcond ? > The problem is that I have private files mostly with documentation for > internal usage (where all code surrounded by \cond and \endcond) and > small portions of public documentation inside. > Include the section name from the \cond directive in the ENABLED_SECTIONS<http://www.stack.nl/%7Edimitri/doxygen/manual/config.html#cfg_enabled_sections>option of your Doxygen configuration. |