Made doxygen input/output directories relative
This commit is contained in:
4
Doxyfile
4
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
|
||||
|
||||
Reference in New Issue
Block a user