summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-07-13 06:44:22 +0000
committerrubidium <rubidium@openttd.org>2013-07-13 06:44:22 +0000
commit8f89cd6dd3dff7c36c6080de03b4ffc102f1b771 (patch)
treea7b9dccd0cda0c5531c1d1fcb14e45f8de50548c /Doxyfile
parentfac0bc4176503643e3cc297d2f2d8bd9bb2f451a (diff)
downloadopenttd-8f89cd6dd3dff7c36c6080de03b4ffc102f1b771.tar.xz
(svn r25595) -Fix-ish: move the Doxygen .tag files into objs, so they are automatically ignored and removed upon mrproper/distclean. Furthermore remove the gamedocs folder too
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 034065a36..957ba60e1 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -202,7 +202,7 @@ SKIP_FUNCTION_MACROS = YES
# Configuration::additions related to external references
#---------------------------------------------------------------------------
TAGFILES =
-GENERATE_TAGFILE = openttd.tag
+GENERATE_TAGFILE = objs/openttd.tag
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH = /usr/bin/perl