[Doxygen-users] Hiding unocumented enums
Brought to you by:
dimitri
From: Moshe K. <Kr...@Pa...> - 2001-08-15 12:48:44
|
Hi! When I document any number of specific enums in a .h file, all of the enums appear. They show up in black, as opposed to those I wanted to appear (which show up as active links) Of course, I have the following settings: EXTRACT_ALL = NO EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO HIDE_UNDOC_MEMBERS = YES HIDE_UNDOC_CLASSES = YES BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ALWAYS_DETAILED_SEC = YES How do I get the undocumened enums not to show up?? Moshe Kruger |