From: James Jones Date: Fri, 24 Feb 2023 20:27:37 +0000 (-0600) Subject: Let doxygen expand FR_DLIST_HEAD() (#4907) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=967401dbc384383f2fd4ce1160635d74c05da608;p=thirdparty%2Ffreeradius-server.git Let doxygen expand FR_DLIST_HEAD() (#4907) FR_DLIST_HEAD() is a macro that expands to a type, and is used to declare variables and parameters. By default doxygen doesn't expand macros, and thus it is confused by seeing the macro invocation rather than the type it expands to. --- diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index f6996b69d15..a4a4aecddf1 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -2155,7 +2155,7 @@ PREDEFINED = WITH_STATS \ # definition found in the source code. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -EXPAND_AS_DEFINED = +EXPAND_AS_DEFINED = FR_DLIST_HEAD # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will # remove all references to function-like macros that are alone on a line, have