From f2592aa9cd458834c34f4d25ea02550e590db77b Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Thu, 16 Oct 2025 14:33:43 +0200 Subject: [PATCH] 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 --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 2c744dbf..86ae4bf5 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1090,7 +1090,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = main.md +USE_MDFILE_AS_MAINPAGE = _doxygen/main.md # The Fortran standard specifies that for fixed formatted Fortran code all # characters from position 72 are to be considered as comment. A common