From 7e452fa7ff395e30e085b08de5bb797550236ac2 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 29 May 2024 23:07:05 +0200 Subject: [PATCH] feat: enabled macro expansion in Doxyfile --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 1a8942a..3e59fdd 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2352,7 +2352,7 @@ ENABLE_PREPROCESSING = YES # The default value is: NO. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then # the macro expansion is limited to the macros specified with the PREDEFINED and