From df6de6c32430d005be0ec56e45956284707d1f4f Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Wed, 26 Mar 2025 19:24:22 -0700 Subject: [PATCH] Updated doxygen file to use the `README.md` file as the main page. Also included the source and inc directories for documentation. --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 7a37c01..f78ae5d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -949,7 +949,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ./src/ +INPUT = README.md ./src/ ./inc/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1165,7 +1165,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 = 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