From aa374386088a06634b2e6ed88d95425ea3c86726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20V=C3=ADtor=20Ferreira?= Date: Thu, 26 Oct 2023 19:19:56 +0100 Subject: [PATCH] Doxyfile now reflects new structure --- docs/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index de80706..b0ba8d6 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -871,7 +871,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../src ../src/include +INPUT = ../Readme.md ../src # 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 @@ -1067,7 +1067,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 #--------------------------------------------------------------------------- # Configuration options related to source browsing