[Doxygen-users] hide undocumented enum
Brought to you by:
dimitri
From: <dav...@ca...> - 2001-06-08 13:17:17
|
Hi all, I have to document some C includes with the doxygen format. I don't want to document some structures and enumarates. configuration options are the following: EXTRACT_ALL = NO EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO HIDE_UNDOC_MEMBERS = YES HIDE_UNDOC_CLASSES = YES After generation the undocumented structures are not in the html documentation but the undocumented enumarates appears. Best regard David Gaumont |