From ab604beafcb7bf6db20d8f817df8ed61ae77ea69 Mon Sep 17 00:00:00 2001 From: Xaymar Date: Fri, 8 Aug 2025 04:40:12 +0200 Subject: [PATCH] Use README.md as the documentation main page --- Doxyfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 0ae54c1..bd27ce8 100644 --- a/Doxyfile +++ b/Doxyfile @@ -992,7 +992,8 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = vst.h \ - vst.hpp + vst.hpp \ + 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 @@ -1207,7 +1208,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the Doxygen output. -USE_MDFILE_AS_MAINPAGE = +USE_MDFILE_AS_MAINPAGE = README.md # If the IMPLICIT_DIR_DOCS tag is set to YES, any README.md file found in sub- # directories of the project's root, is used as the documentation for that sub-