From 4459e54583ca60a7876d3deaa09c4af20648e6fd Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 27 Apr 2023 09:50:22 -0400 Subject: [PATCH] docs(doxygen): enable macro expansion (#1226) --- docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index cac6c8f8..9fe84048 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -2331,7 +2331,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