[Doxygen-users] HIDE_UNDOC_MEMBERS/CLASSES = YES not working
Brought to you by:
dimitri
|
From: Augusto J. D. <au...@ic...> - 2007-03-23 21:32:27
|
Hello all, I'm using Doxygen 1.5.1 and I haven't managed to hide undocumented members. My source code is C (no C++) and every structure is listed on the documentation, and for each structure every member is also listed, even though not every structure/member is documented. The build related options of my configuration file are EXTRACT_ALL = NO EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO EXTRACT_LOCAL_CLASSES = NO EXTRACT_LOCAL_METHODS = NO HIDE_UNDOC_MEMBERS = YES HIDE_UNDOC_CLASSES = YES HIDE_FRIEND_COMPOUNDS = NO HIDE_IN_BODY_DOCS = NO INTERNAL_DOCS = NO CASE_SENSE_NAMES = YES HIDE_SCOPE_NAMES = YES SHOW_INCLUDE_FILES = YES INLINE_INFO = YES SORT_MEMBER_DOCS = YES SORT_BRIEF_DOCS = YES SORT_BY_SCOPE_NAME = NO GENERATE_TODOLIST = NO GENERATE_TESTLIST = NO GENERATE_BUGLIST = NO GENERATE_DEPRECATEDLIST= NO ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES SHOW_DIRECTORIES = NO FILE_VERSION_FILTER = Any ideas of why HIDE_UNDOC_MEMBERS/CLASSES = YES is not working? Cheers, -- Augusto Jun Devegili |