We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7cb4e commit 36c92bfCopy full SHA for 36c92bf
1 file changed
Doxyfile
@@ -917,7 +917,7 @@ WARN_LOGFILE =
917
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
918
# Note: If this tag is empty the current directory is searched.
919
920
-INPUT = "src"
+INPUT = README.md "src"
921
922
# This tag can be used to specify the character encoding of the source files
923
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2689,4 +2689,5 @@ GENERATE_LEGEND = YES
2689
# The default value is: YES.
2690
2691
DOT_CLEANUP = YES
2692
-GENERATE_HTML = YES
+GENERATE_HTML = YES
2693
+USE_MDFILE_AS_MAINPAGE = README.md
0 commit comments