RE: [Doxygen-users] Excluding individual structures
Brought to you by:
dimitri
From: Catenacci, O. <Ono...@co...> - 2001-11-16 12:01:47
|
You might use the "\deprecated" special command (at least in Angela's case) to indicate that the struct is not intended to be used in the future. I use \deprecated all the time to flag code that is not going to be around in the future but that I have not had the time to remove properly (that is, remove and then run unit tests to insure that nothing broke). Another option might be the conditional section commands \if \endif etc. -- Onorio Catenacci > -----Original Message----- > From: Stephen Goudge [mailto:ste...@el...] > Sent: Friday, November 16, 2001 2:53 AM > To: dox...@li... > Subject: RE: [Doxygen-users] Excluding individual structures > > > 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 > > > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |