From 8725bee0e1aa6866bcf170c4daebaf2c8f1ef73d Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Wed, 19 Jul 2023 12:08:14 +0100 Subject: [PATCH] Change doxygen default from C to C++ --- doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.conf b/doxygen.conf index f2484b79..f8694593 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -277,7 +277,7 @@ ALIASES = FIXME=@todo # members will be omitted, etc. # The default value is: NO. -OPTIMIZE_OUTPUT_FOR_C = YES +OPTIMIZE_OUTPUT_FOR_C = NO # 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 -- 2.20.1