[Doxygen-users] Excluding individual structures
Brought to you by:
dimitri
From: Angela M. <ang...@ca...> - 2001-11-15 20:56:52
|
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. =20 Any help would be greatly appreciated! Angela |