From db8f45573f812a4d070c589c91fccf7e8e2211f2 Mon Sep 17 00:00:00 2001 From: "Philipp A. Hartmann" Date: Fri, 4 Jul 2014 15:43:57 +0200 Subject: [PATCH] Doxyfile: expand internal RAPIDJSON_DISABLEIF_RETURN macro --- build/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Doxyfile b/build/Doxyfile index c74b79d..9d504b5 100644 --- a/build/Doxyfile +++ b/build/Doxyfile @@ -1990,7 +1990,8 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = +PREDEFINED = \ + RAPIDJSON_DISABLEIF_RETURN(cond,returntype)=returntype # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The