summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-02-12 12:11:03 +0000
committeryexo <yexo@openttd.org>2010-02-12 12:11:03 +0000
commitd403d826178c1c29543a7f86af869f83e35d45d0 (patch)
treee48c75b0f6645d9613058c418753c5078c9fc5fb /Doxyfile
parent464ad6b951c8cd1c41b828b070aec5fb77983e8e (diff)
downloadopenttd-d403d826178c1c29543a7f86af869f83e35d45d0.tar.xz
(svn r19102) -Codechange; let doxygen parse as much code as possible
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index b93457c54..0fb412a86 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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