Skip to content

Commit

Permalink
Remove empty cross-reference in comment
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AlbertHungGarmin authored and miloyip committed Aug 14, 2023
1 parent a95e013 commit 516d047
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/rapidjson/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ RAPIDJSON_MULTILINEMACRO_END
#endif

//! Combination of validate flags
/*! \see
*/
enum ValidateFlag {
kValidateNoFlags = 0, //!< No flags are set.
kValidateContinueOnErrorFlag = 1, //!< Don't stop after first validation error.
Expand Down

0 comments on commit 516d047

Please sign in to comment.