From f301a15b7765c80c16ebc68e438da7eec1047382 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 29 Oct 2025 14:35:42 -0400 Subject: [PATCH] Doxygen: Optimize generated documentation for C The ktls-utils project uses only C code, no C++. So the documentation can be tuned so it doesn't contain unnecessary C++ isms. Signed-off-by: Chuck Lever --- docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 71540cd..4ef2658 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -297,7 +297,7 @@ ALIASES = # members will be omitted, etc. # The default value is: NO. -OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or # Python sources only. Doxygen will then generate output that is more tailored