From 2c1ceee4f72b1545ca05a847770882cbacb799b4 Mon Sep 17 00:00:00 2001 From: OrigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Sat, 4 Mar 2023 18:15:41 +0530 Subject: [PATCH] add reame as docs input --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 49321f8b..63f51dbc 100644 --- a/Doxyfile +++ b/Doxyfile @@ -813,7 +813,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = src +INPUT = "README.md" src # 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