From 3ffeda153133ec5ad85d14dd79586d38d818ffc1 Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Wed, 10 Sep 2025 19:32:34 +0200 Subject: [PATCH] ci: Disable Doxygen HTML generation Since only XML is being used during website build process, generation of HTML involves unnecessary computations. --- apidocs/c/c-prof.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidocs/c/c-prof.conf b/apidocs/c/c-prof.conf index d4504334..6a8c58fd 100644 --- a/apidocs/c/c-prof.conf +++ b/apidocs/c/c-prof.conf @@ -1321,7 +1321,7 @@ IGNORE_PREFIX = # If the GENERATE_HTML tag is set to YES, Doxygen will generate HTML output # The default value is: YES. -GENERATE_HTML = YES +GENERATE_HTML = NO # 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