From c2f089ee0fc73ec4d5203eb18ebe2afc74e0838b Mon Sep 17 00:00:00 2001 From: Cory Date: Thu, 19 Oct 2023 18:37:55 +0200 Subject: [PATCH] Add scripts directory --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 7b951c6..61d59dd 100644 --- a/Doxyfile +++ b/Doxyfile @@ -917,7 +917,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = include src README.md +INPUT = include src src/scripts README.md # 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