diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 19:48:47 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 19:48:47 +0100 |
| commit | f294d0ccee216736506f9d178d6659633bffcef3 (patch) | |
| tree | 68df67efa5095a04bf1eed2679ec85a3e1da583d | |
| parent | d7e9f5492a134230a1f01149f84bad7bdf405409 (diff) | |
[CHORE] Update doxyfile.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | Doxyfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
