Made doxygen input/output directories relative

This commit is contained in:
Arc Riley
2009-01-16 11:38:16 -05:00
committed by Jack Moffitt
parent 2eb9847ba8
commit 17733544c3

View File

@@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = Strophe
PROJECT_NUMBER = 1.0
OUTPUT_DIRECTORY = /Users/jack/Sources/libstrophe/docs/
OUTPUT_DIRECTORY = ./docs/
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
@@ -93,7 +93,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = /Users/jack/Sources/libstrophe/
INPUT = ./
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \
*.h