mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
Doxyfile: expand RapidJSON namespace macros
This commit is contained in:
parent
5d9125f51c
commit
55757ff420
@ -1993,6 +1993,8 @@ INCLUDE_FILE_PATTERNS =
|
||||
|
||||
PREDEFINED = \
|
||||
RAPIDJSON_DOXYGEN_RUNNING \
|
||||
RAPIDJSON_NAMESPACE_BEGIN="namespace rapidjson {" \
|
||||
RAPIDJSON_NAMESPACE_END="}" \
|
||||
RAPIDJSON_REMOVEFPTR_(x)=x \
|
||||
RAPIDJSON_ENABLEIF_RETURN(cond,returntype)="RAPIDJSON_REMOVEFPTR_ returntype" \
|
||||
RAPIDJSON_DISABLEIF_RETURN(cond,returntype)="RAPIDJSON_REMOVEFPTR_ returntype"
|
||||
|
Loading…
x
Reference in New Issue
Block a user