(svn r19102) -Codechange; let doxygen parse as much code as possible

This commit is contained in:
yexo 2010-02-12 12:11:03 +00:00
parent 464ad6b951
commit d403d82617
1 changed files with 3 additions and 4 deletions

View File

@ -89,8 +89,7 @@ FILE_PATTERNS = *.c \
*.cpp \ *.cpp \
*.c++ \ *.c++ \
*.h \ *.h \
*.hpp \ *.hpp
table/*.h
RECURSIVE = YES RECURSIVE = YES
EXCLUDE = EXCLUDE =
EXCLUDE_SYMLINKS = NO EXCLUDE_SYMLINKS = NO
@ -196,8 +195,8 @@ EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES SEARCH_INCLUDES = YES
INCLUDE_PATH = INCLUDE_PATH =
INCLUDE_FILE_PATTERNS = INCLUDE_FILE_PATTERNS =
PREDEFINED = ENABLE_NETWORK ENABLE_AI PREDEFINED = ENABLE_NETWORK ENABLE_AI WITH_ZLIB WITH_LZO WITH_PNG WITH_FONTCONFIG WITH_FREETYPE WITH_ICU UNICODE _UNICODE
EXPAND_AS_DEFINED = DEF_COMMAND EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES SKIP_FUNCTION_MACROS = YES
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# Configuration::additions related to external references # Configuration::additions related to external references