Made doxygen input/output directories relative
This commit is contained in:
4
Doxyfile
4
Doxyfile
@@ -6,7 +6,7 @@
|
|||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = Strophe
|
PROJECT_NAME = Strophe
|
||||||
PROJECT_NUMBER = 1.0
|
PROJECT_NUMBER = 1.0
|
||||||
OUTPUT_DIRECTORY = /Users/jack/Sources/libstrophe/docs/
|
OUTPUT_DIRECTORY = ./docs/
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
BRIEF_MEMBER_DESC = YES
|
BRIEF_MEMBER_DESC = YES
|
||||||
@@ -93,7 +93,7 @@ WARN_LOGFILE =
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the input files
|
# configuration options related to the input files
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = /Users/jack/Sources/libstrophe/
|
INPUT = ./
|
||||||
INPUT_ENCODING = UTF-8
|
INPUT_ENCODING = UTF-8
|
||||||
FILE_PATTERNS = *.c \
|
FILE_PATTERNS = *.c \
|
||||||
*.h
|
*.h
|
||||||
|
|||||||
Reference in New Issue
Block a user