diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 19:50:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-18 19:50:58 +0100 |
| commit | b817cfc3dfc6f8e7291252d70645efaa387556e1 (patch) | |
| tree | b46c9e3fced4cbc198f7d3a7eda512148d5b00f4 | |
| parent | f294d0ccee216736506f9d178d6659633bffcef3 (diff) | |
[FIX] Fix doxyfile input.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1162,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 = YES +USE_MDFILE_AS_MAINPAGE = README.md # The Fortran standard specifies that for fixed formatted Fortran code all # characters from position 72 are to be considered as comment. A common |
