From 50c8518d48c286ba3ff87054c1dbff2cdb4da335 Mon Sep 17 00:00:00 2001 From: MichaelBCG Date: Thu, 4 Apr 2024 01:18:41 +0200 Subject: [PATCH] Specify WITH_AUTOMATION_TESTS in PREDEFINED tag in Doxyfile --- setup/Doxyfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/Doxyfile.template b/setup/Doxyfile.template index 19d5929..2d6b5c2 100644 --- a/setup/Doxyfile.template +++ b/setup/Doxyfile.template @@ -2280,7 +2280,7 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = +PREDEFINED = WITH_AUTOMATION_TESTS # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The