(svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
authorcelestar
Mon, 11 Jul 2005 09:12:41 +0000
changeset 2036 102465a75e54
parent 2035 aa2ba913811a
child 2037 380e80aed97a
(svn r2545) -Fix: Modified the Doxyfile so that it works on other computers (than mine) as well :)
Doxyfile
--- a/Doxyfile	Mon Jul 11 09:00:49 2005 +0000
+++ b/Doxyfile	Mon Jul 11 09:12:41 2005 +0000
@@ -24,7 +24,7 @@
 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 @@
 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 @@
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = /home/vici/openttd/trunk
+INPUT                  = ./
 FILE_PATTERNS          = *.c \
                          *.cc \
                          *.cxx \