We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d9cc3 commit 8d0bcd1Copy full SHA for 8d0bcd1
Doxyfile
@@ -781,9 +781,9 @@ WARN_LOGFILE =
781
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
782
# Note: If this tag is empty the current directory is searched.
783
784
-INPUT = /home/jgaa/src/restc-cpp/include/restc-cpp \
785
- /home/jgaa/src/restc-cpp/ \
786
- /home/jgaa/src/restc-cpp/doc
+INPUT = ./include/restc-cpp \
+ ./ \
+ ./doc
787
788
# This tag can be used to specify the character encoding of the source files
789
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
0 commit comments