From f294d0ccee216736506f9d178d6659633bffcef3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 18 Mar 2026 19:48:47 +0100 Subject: [CHORE] Update doxyfile. Signed-off-by: Amlal El Mahrouss --- Doxyfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 2571892..f49950d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1049,7 +1049,9 @@ RECURSIVE = YES EXCLUDE = toolchains/mingw-w64-nekernel \ mingw-w64-headers \ - mingw-w64-crt + mingw-w64-crt \ + toolchain/mingw-w64-gcc \ + meta # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded @@ -1160,7 +1162,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 = +USE_MDFILE_AS_MAINPAGE = YES # The Fortran standard specifies that for fixed formatted Fortran code all # characters from position 72 are to be considered as comment. A common -- cgit v1.2.3