From: Tomek Mrugalski Date: Tue, 11 Dec 2018 19:15:39 +0000 (+0100) Subject: [#339, !169] Added macro expansion control. X-Git-Tag: 343-put-socket-control-buffer-in-the-stack_base~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a506ecd9fbec0e4fe5f7abc26102284224e11560;p=thirdparty%2Fkea.git [#339, !169] Added macro expansion control. This is supposed to fix the last error, but for some reason it doesn't. --- diff --git a/doc/Doxyfile b/doc/Doxyfile index 8aae92f551..e6adf7ba99 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -2060,7 +2060,15 @@ MACRO_EXPANSION = YES # The default value is: NO. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -EXPAND_ONLY_PREDEF = NO +EXPAND_ONLY_PREDEF = YES + +# This macro is supposed to expand only the defined macros. + +EXPAND_AS_DEFINED = "HAVE_PRE_0_7_6_SYSREPO" + +# This is another macro that can provide specific values by hand. + +PREDEFINED = "HAVE_PRE_0_7_6_SYSREPO=1" # If the SEARCH_INCLUDES tag is set to YES, the include files in the # INCLUDE_PATH will be searched if a #include is found.