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:
authorMilo Yip <miloyip@gmail.com>2014-07-09 19:05:00 +0400
committerMilo Yip <miloyip@gmail.com>2014-07-09 19:05:00 +0400
commit63de910d1608cc29fde32b73be98f53a20a0019a (patch)
tree212bafc4379e9ad9440ef05005d565d6a11e97be /build
parent80a1ec309beb9e087634d5242e22a166ff877737 (diff)
parent12c5805c7edc8119b26badd3904cac5417c5f70d (diff)
Merge pull request #57 from pah/cleanup/string-handling
Improved handling of (constant) strings
Diffstat (limited to 'build')
-rw-r--r--build/Doxyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/Doxyfile b/build/Doxyfile
index c74b79d1..d2a57d58 100644
--- a/build/Doxyfile
+++ b/build/Doxyfile
@@ -1990,7 +1990,9 @@ 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_DOXYGEN_RUNNING \
+ 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