1 parent 5d5829e commit f8d3a13Copy full SHA for f8d3a13
3 files changed
Doxyfile
@@ -655,7 +655,7 @@ WARN_LOGFILE =
655
# directories like "/usr/src/myproject". Separate the files or directories
656
# with spaces.
657
658
-INPUT = .
+INPUT = .cpp .h README.md
659
660
# This tag can be used to specify the character encoding of the source files
661
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -1790,3 +1790,5 @@ GENERATE_LEGEND = YES
1790
# the various graphs.
1791
1792
DOT_CLEANUP = YES
1793
+
1794
+USE_MDFILE_AS_MAINPAGE = README.md
README
0 commit comments