From 242483198fb71f12c78c6600300bad90156e23cb Mon Sep 17 00:00:00 2001 From: woater <38066778+woater@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:48:51 +0800 Subject: [PATCH] Update Doxyfile --- docs/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 425f17c..12a5646 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -1103,7 +1103,7 @@ IGNORE_PREFIX = # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output # The default value is: YES. -GENERATE_HTML = NO +GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of @@ -1927,7 +1927,7 @@ MAN_LINKS = NO # captures the structure of the code including all documentation. # The default value is: NO. -GENERATE_XML = YES +GENERATE_XML = NO # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of