We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e30518 commit 2231ab1Copy full SHA for 2231ab1
doc/doxyfile.in
@@ -733,9 +733,10 @@ WARN_LOGFILE =
733
# spaces.
734
# Note: If this tag is empty the current directory is searched.
735
736
-INPUT = "@PROJECT_SOURCE_DIR@/include" \
737
- "@PROJECT_SOURCE_DIR@/src" \
738
- "@PROJECT_SOURCE_DIR@/doc"
+INPUT = "@PROJECT_SOURCE_DIR@/include"
+
+# add also this one to include README
739
+# "@PROJECT_SOURCE_DIR@/doc"
740
741
# This tag can be used to specify the character encoding of the source files
742
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
0 commit comments