diff options
| -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 |
