From 2cefc0e10905d2b3e517dd0b37fa087ca34ffe04 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Mon, 25 May 2026 06:25:39 +0200 Subject: [PATCH] Add docs/ to doxygen input (#2761) --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 08b276377f..499b906170 100644 --- a/Doxyfile +++ b/Doxyfile @@ -790,7 +790,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = README.md src/ include/ +INPUT = README.md docs/ src/ include/ # 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