summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2008-09-15 12:42:55 +0000
committerAndreas Habel <mail@exceptionfault.de>2008-09-15 12:42:55 +0000
commitfb677eeec95d583b8b1928a907c815c95f8c4594 (patch)
tree980f477142d4cc3578cd902cc7ccd1f757bf7492 /Doxyfile
parenta613c53609185c436dcdca7eae3221b792ad523d (diff)
downloadmanaserv-fb677eeec95d583b8b1928a907c815c95f8c4594.tar.gz
manaserv-fb677eeec95d583b8b1928a907c815c95f8c4594.tar.xz
manaserv-fb677eeec95d583b8b1928a907c815c95f8c4594.zip
* removed absolute paths
* added filter to ignore subversion directories
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 8004ba6..61a6527 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -6,8 +6,8 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "The Mana World - Server"
PROJECT_NUMBER = 0.1.*
-OUTPUT_DIRECTORY = Z:/xampp/htdocs/TMW/tmwserv/trunk/docs/api
-CREATE_SUBDIRS = NO
+OUTPUT_DIRECTORY = docs/api
+CREATE_SUBDIRS = YES
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
@@ -93,7 +93,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = Z:/xampp/htdocs/TMW/tmwserv/trunk
+INPUT = .
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.cc \
@@ -129,7 +129,7 @@ FILE_PATTERNS = *.c \
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = */.svn/*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *