Skip to content

Commit 88092ea

Browse files
chore: make doxygen main page filename more soothing
1 parent 7742ce2 commit 88092ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doxyfile

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

951-
INPUT = docs/DOXYMAINPAGE.md \
951+
INPUT = docs/index.md \
952952
include \
953953
src
954954

@@ -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 = docs/DOXYMAINPAGE.md
1168+
USE_MDFILE_AS_MAINPAGE = docs/index.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
File renamed without changes.

0 commit comments

Comments
 (0)