From 620430af14700d19f368f330be3469bdf38527a4 Mon Sep 17 00:00:00 2001 From: Brandon Silva Date: Thu, 3 Jul 2025 00:50:10 -0400 Subject: [PATCH] Adjust doxygen config to specify header file inputs --- doxygen.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.config b/doxygen.config index 069447ab..57dadd27 100644 --- a/doxygen.config +++ b/doxygen.config @@ -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 = +INPUT = 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