From 1a82cd4c4fffd6af49b320aaa12392f49bc95a06 Mon Sep 17 00:00:00 2001 From: Julian Uy Date: Tue, 12 May 2026 23:54:38 -0500 Subject: [PATCH] fix: Use root README.md as mainpage for doxygen --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 4a83d11bf32..418fd60f105 100644 --- a/Doxyfile +++ b/Doxyfile @@ -864,7 +864,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = README.md \ +INPUT = ./README.md \ ./common \ ./ee \ ./iop \ @@ -1067,7 +1067,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 = README.md +USE_MDFILE_AS_MAINPAGE = ./README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing