From ed7325aaf6022c48a7885016176c33b6e5d37221 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 20 Jan 2023 16:54:23 +0100 Subject: [PATCH] Update Doxyfile --- DoxyGen/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DoxyGen/Doxyfile b/DoxyGen/Doxyfile index fda8452..f3558d6 100644 --- a/DoxyGen/Doxyfile +++ b/DoxyGen/Doxyfile @@ -871,7 +871,8 @@ WARN_LOGFILE = DoxyWarnLogfile.txt # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = .. +INPUT = ../include \ + ../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