Skip to content

Commit 36c92bf

Browse files
committed
Use readme as home
1 parent aa7cb4e commit 36c92bf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doxyfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ WARN_LOGFILE =
917917
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
918918
# Note: If this tag is empty the current directory is searched.
919919

920-
INPUT = "src"
920+
INPUT = README.md "src"
921921

922922
# This tag can be used to specify the character encoding of the source files
923923
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2689,4 +2689,5 @@ GENERATE_LEGEND = YES
26892689
# The default value is: YES.
26902690

26912691
DOT_CLEANUP = YES
2692-
GENERATE_HTML = YES
2692+
GENERATE_HTML = YES
2693+
USE_MDFILE_AS_MAINPAGE = README.md

0 commit comments

Comments
 (0)