summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2026-05-25 06:25:39 +0200
committerGitHub <noreply@github.com>2026-05-25 06:25:39 +0200
commit2cefc0e10905d2b3e517dd0b37fa087ca34ffe04 (patch)
tree26d448eb8d5d1f77e7d54e705086d3c016be36e3
parent3af589ba3ba1f00beaf8e5730c5292ba9b20336b (diff)
Add docs/ to doxygen input (#2761)
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 08b276377..499b90617 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