From 3beabeef6dbd844e878e0cc77e46551337857441 Mon Sep 17 00:00:00 2001 From: Xaymar Date: Wed, 6 Aug 2025 03:33:52 +0200 Subject: [PATCH] Add vst.hpp to automatically generated docs --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 217a5c0..0ae54c1 100644 --- a/Doxyfile +++ b/Doxyfile @@ -991,7 +991,8 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = vst.h +INPUT = vst.h \ + vst.hpp # 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