diff --git a/Doxyfile b/Doxyfile index 951ad50..6690647 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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