RE: [Doxygen-users] Excluding individual structures
Brought to you by:
dimitri
From: Stephen G. <ste...@el...> - 2001-11-16 07:52:54
|
I don't know of a way to do it as things stand; perhaps a new command, \omit, would be the solution? Hmm, if a command like like \omit was added then for this, very sensible, use then it'd also be a way to handle my more dubious desire to hide a "friend" declaration, as I posted a message about yesterday. Actually, a _much_ better way of doing what I want :-) Stephen Goudge -----Original Message----- From: dox...@li... [mailto:dox...@li...] On Behalf Of Angela Marshall Sent: 15 November 2001 20:57 To: dox...@li... Subject: [Doxygen-users] Excluding individual structures I am just wondering if Doxygen has is a way to exclude certain structures (ie typedef struct blah) from appearing in the class hierarchy. I am working with code that includes both c++ and c, and many of the old c structures are still used, but we are *trying* to get rid of them and do not want our users to use them (and also do not want to clutter up the class hierarchy list). Using HIDE_UNDOC_MEMBERS is not an option, since we are just switching to Doxygen and several of our classes are not yet documented in the correct style. Any help would be greatly appreciated! Angela |