summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2012-01-01 17:36:19 +0000
committersmatz <smatz@openttd.org>2012-01-01 17:36:19 +0000
commitbcd3f2bb590ee7f8e63482a0336b5a1ef068402e (patch)
treecc75f3cf9f14795d135734552ff61cd62deaa4de /Doxyfile
parenta90b767995850d69d687aad1c7bdebed073b9295 (diff)
downloadopenttd-bcd3f2bb590ee7f8e63482a0336b5a1ef068402e.tar.xz
(svn r23706) -Codechange: prevent 'unknown command' doxygen errors
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 3d6059186..66498d084 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -93,7 +93,7 @@ FILE_PATTERNS = *.c \
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS = */3rdparty */.svn
+EXCLUDE_PATTERNS = */3rdparty */.svn */script/api
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = NO