From ea5b14f533e8316466510acbc08a02c0935e0836 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Wed, 6 Sep 2023 11:50:07 -0700 Subject: [PATCH] docs: Fix Doxygen configuration for enum class documentation. (#10004) --- docs/api/cpp/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/cpp/Doxyfile.in b/docs/api/cpp/Doxyfile.in index be6f50172e6..69903de41c7 100644 --- a/docs/api/cpp/Doxyfile.in +++ b/docs/api/cpp/Doxyfile.in @@ -2186,7 +2186,7 @@ MACRO_EXPANSION = YES # The default value is: NO. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -EXPAND_ONLY_PREDEF = YES +EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES, the include files in the # INCLUDE_PATH will be searched if a #include is found.