Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPhilipp A. Hartmann <pah@qo.cx>2014-07-04 17:43:57 +0400
committerPhilipp A. Hartmann <pah@qo.cx>2014-07-08 22:23:34 +0400
commitdb8f45573f812a4d070c589c91fccf7e8e2211f2 (patch)
tree122a65d686b12d5f32f285918a4b87a63dae2818 /build
parent524362242b49c329e09c5b1331504565b7171b3c (diff)
Doxyfile: expand internal RAPIDJSON_DISABLEIF_RETURN macro
Diffstat (limited to 'build')
-rw-r--r--build/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Doxyfile b/build/Doxyfile
index c74b79d1..9d504b5e 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