Remove empty cross-reference in comment
Remove useless comment block which owns a '\see' cross-reference, but doesn't provide any data after it. This empty cross-reference triggers a compiler warning. Change-Id: I5c01d57579e5efedcb4bf17b80b06db313a61ab3
This commit is contained in:
parent
a95e013b97
commit
516d047394
@ -179,8 +179,6 @@ RAPIDJSON_MULTILINEMACRO_END
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! Combination of validate flags
|
//! Combination of validate flags
|
||||||
/*! \see
|
|
||||||
*/
|
|
||||||
enum ValidateFlag {
|
enum ValidateFlag {
|
||||||
kValidateNoFlags = 0, //!< No flags are set.
|
kValidateNoFlags = 0, //!< No flags are set.
|
||||||
kValidateContinueOnErrorFlag = 1, //!< Don't stop after first validation error.
|
kValidateContinueOnErrorFlag = 1, //!< Don't stop after first validation error.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user