From 17733544c3290254183861688852a1da22b5930f Mon Sep 17 00:00:00 2001 From: Arc Riley Date: Fri, 16 Jan 2009 11:38:16 -0500 Subject: [PATCH] Made doxygen input/output directories relative --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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