From 3a94be07047f78226099edd4bb520268a2568721 Mon Sep 17 00:00:00 2001 From: bytecod3 Date: Tue, 6 Aug 2024 19:15:47 +0300 Subject: [PATCH] updates docs --- Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index ed374f0..89c772b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -74,7 +74,7 @@ PROJECT_ICON = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = docs +OUTPUT_DIRECTORY = /docs # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format @@ -950,8 +950,8 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = -INPUT += README.md -USE_MDFILE_AS_MAINPAGE = README.md +#INPUT += README.md +#USE_MDFILE_AS_MAINPAGE = 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