Skip to content

Commit 8d0bcd1

Browse files
committedJan 12, 2018
Change Doxygen input paths to relative
1 parent 59d9cc3 commit 8d0bcd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎Doxyfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,9 @@ WARN_LOGFILE =
781781
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
782782
# Note: If this tag is empty the current directory is searched.
783783

784-
INPUT = /home/jgaa/src/restc-cpp/include/restc-cpp \
785-
/home/jgaa/src/restc-cpp/ \
786-
/home/jgaa/src/restc-cpp/doc
784+
INPUT = ./include/restc-cpp \
785+
./ \
786+
./doc
787787

788788
# This tag can be used to specify the character encoding of the source files
789789
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)
Please sign in to comment.