Skip to content

Commit f7c49db

Browse files
carlescufikartben
authored andcommitted
doc: Fix Doxyfile USE_MDFILE_AS_MAINPAGE entry
The entry requires the relative path from where `doxygen` is invoked in recent Doxygen versions. The change is backwards compatible with older versions. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
1 parent f739809 commit f7c49db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ FILTER_SOURCE_PATTERNS =
10901090
# (index.html). This can be useful if you have a project on for instance GitHub
10911091
# and want to reuse the introduction page also for the doxygen output.
10921092

1093-
USE_MDFILE_AS_MAINPAGE = main.md
1093+
USE_MDFILE_AS_MAINPAGE = _doxygen/main.md
10941094

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

0 commit comments

Comments
 (0)