Skip to content

Commit 80fff65

Browse files
authored
Update Doxyfile.in
Add README.md as Main Page Signed-off-by: Gregory Mitchell <grmitchell713@gmail.com>
1 parent f928b5c commit 80fff65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Doxyfile.in

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

952-
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/include/ @CMAKE_CURRENT_SOURCE_DIR@/include/levelz/
952+
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/include/ @CMAKE_CURRENT_SOURCE_DIR@/include/levelz/ @CMAKE_CURRENT_SOURCE_DIR@/README.md
953953

954954
# This tag can be used to specify the character encoding of the source files
955955
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1165,7 +1165,7 @@ FILTER_SOURCE_PATTERNS =
11651165
# (index.html). This can be useful if you have a project on for instance GitHub
11661166
# and want to reuse the introduction page also for the doxygen output.
11671167

1168-
USE_MDFILE_AS_MAINPAGE =
1168+
USE_MDFILE_AS_MAINPAGE = README.md
11691169

11701170
# The Fortran standard specifies that for fixed formatted Fortran code all
11711171
# characters from position 72 are to be considered as comment. A common

0 commit comments

Comments
 (0)