summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-07-11 09:12:41 +0000
committercelestar <celestar@openttd.org>2005-07-11 09:12:41 +0000
commitf479013b14bcff07a6750bf32e365d8ba6830999 (patch)
treea00a6e13252d3beb9af94d7c7bab732a5df9791f /Doxyfile
parenta63bb6f65083107660a7de86f3398aec72056d48 (diff)
downloadopenttd-f479013b14bcff07a6750bf32e365d8ba6830999.tar.xz
(svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index 7dd23b1e8..c1b7ed71d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -24,7 +24,7 @@ ABBREVIATE_BRIEF = "The $name class" \
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = YES
-STRIP_FROM_PATH = /home/vici/
+STRIP_FROM_PATH = ./
STRIP_FROM_INC_PATH =
SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = NO
@@ -32,7 +32,7 @@ MULTILINE_CPP_IS_BRIEF = NO
DETAILS_AT_TOP = NO
INHERIT_DOCS = YES
DISTRIBUTE_GROUP_DOC = NO
-TAB_SIZE = 8
+TAB_SIZE = 2
ALIASES =
OPTIMIZE_OUTPUT_FOR_C = YES
OPTIMIZE_OUTPUT_JAVA = NO
@@ -79,7 +79,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = /home/vici/openttd/trunk
+INPUT = ./
FILE_PATTERNS = *.c \
*.cc \
*.cxx \