File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments