Re: [Doxygen-users] No-Display Comments
Brought to you by:
dimitri
From: Ron W <ron...@gm...> - 2015-07-13 17:17:20
|
On Sun, Jul 12, 2015 at 4:06 PM, < dox...@li...> wrote: > > Date: Mon, 6 Jul 2015 12:51:27 -0400 > From: <pa...@ar...> > Subject: [Doxygen-users] No-Display Comments > To: "DoxigenUserLis" <dox...@li...> > Message-ID: <58D56FABD1FC458CAFC4FD06201CB3CD@ArbolOneLT> > Content-Type: text/plain; charset="utf-8" > > How can I stop Doxygent from displaying the comments in my .hpp files. > You see, I have some TODO member functions that are commented out in the > hpp files, and I don?t want them to appear in the ?Files? Tab. > How are you commenting out the functions? I think, if you enclose the functions, including the Doxygen comment blocks, within, for example, #ifdef COMMENTED_OUT and #endif, Doxygen will ignore documentation within the #ifdef'd out region. Alternately, see http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdif |