On Sun, Jul 12, 2015 at 4:06 PM, <
doxygen-users-requ...@lists.sourceforge.net> wrote:
>
> Date: Mon, 6 Jul 2015 12:51:27 -0400
> From: <p...@arbolone.ca>
> Subject: [Doxygen-users] No-Display Comments
> To: "DoxigenUserLis" <doxygen-users@lists.sourceforge.net>
> 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
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to