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 =
949
949
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
950
950
# Note: If this tag is empty the current directory is searched.
951
951
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
953
953
954
954
# This tag can be used to specify the character encoding of the source files
955
955
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1165,7 +1165,7 @@ FILTER_SOURCE_PATTERNS =
1165
1165
# (index.html). This can be useful if you have a project on for instance GitHub
1166
1166
# and want to reuse the introduction page also for the doxygen output.
1167
1167
1168
- USE_MDFILE_AS_MAINPAGE =
1168
+ USE_MDFILE_AS_MAINPAGE = README.md
1169
1169
1170
1170
# The Fortran standard specifies that for fixed formatted Fortran code all
1171
1171
# characters from position 72 are to be considered as comment. A common
You can’t perform that action at this time.
0 commit comments