diff options
author | yexo <yexo@openttd.org> | 2010-02-12 12:11:03 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-02-12 12:11:03 +0000 |
commit | d403d826178c1c29543a7f86af869f83e35d45d0 (patch) | |
tree | e48c75b0f6645d9613058c418753c5078c9fc5fb /Doxyfile | |
parent | 464ad6b951c8cd1c41b828b070aec5fb77983e8e (diff) | |
download | openttd-d403d826178c1c29543a7f86af869f83e35d45d0.tar.xz |
(svn r19102) -Codechange; let doxygen parse as much code as possible
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -89,8 +89,7 @@ FILE_PATTERNS = *.c \ *.cpp \ *.c++ \ *.h \ - *.hpp \ - table/*.h + *.hpp RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO @@ -196,8 +195,8 @@ EXPAND_ONLY_PREDEF = YES SEARCH_INCLUDES = YES INCLUDE_PATH = INCLUDE_FILE_PATTERNS = -PREDEFINED = ENABLE_NETWORK ENABLE_AI -EXPAND_AS_DEFINED = DEF_COMMAND +PREDEFINED = ENABLE_NETWORK ENABLE_AI WITH_ZLIB WITH_LZO WITH_PNG WITH_FONTCONFIG WITH_FREETYPE WITH_ICU UNICODE _UNICODE +EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references |