Skip to content

Commit 5bf395b

Browse files
gmarullnashif
authored andcommitted
doc: doxygen: use full path for USE_MDFFILE_AS_MAINPAGE
Otherwise some recent Doxygen versions (1.11.0) generate a warning. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 941cc6d commit 5bf395b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zephyr.doxyfile.in

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

1108-
USE_MDFILE_AS_MAINPAGE = mainpage.md
1108+
USE_MDFILE_AS_MAINPAGE = @ZEPHYR_BASE@/doc/_doxygen/mainpage.md
11091109

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

0 commit comments

Comments
 (0)