diff options
author | Brad King <brad.king@kitware.com> | 2022-01-12 22:42:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-01-12 22:42:14 (GMT) |
commit | b3cb1c6cc3b364da84ea476a69da341c6750a076 (patch) | |
tree | 56e717810b9cf9d39637e2f9dbe460817eabcc34 /Utilities | |
parent | 33fae4cd7a344889404ce61fe1d40a443ad58def (diff) | |
download | CMake-b3cb1c6cc3b364da84ea476a69da341c6750a076.zip CMake-b3cb1c6cc3b364da84ea476a69da341c6750a076.tar.gz CMake-b3cb1c6cc3b364da84ea476a69da341c6750a076.tar.bz2 |
jsoncpp: Drop deprecation markup
Apply the change from commit 0a0f71066f (jsoncpp: Drop deprecation
markup, 2017-08-28, v3.10.0-rc1~199^2~3) to new markup instances.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmjsoncpp/include/json/reader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmjsoncpp/include/json/reader.h b/Utilities/cmjsoncpp/include/json/reader.h index 9ca9be6..0d444ad 100644 --- a/Utilities/cmjsoncpp/include/json/reader.h +++ b/Utilities/cmjsoncpp/include/json/reader.h @@ -53,12 +53,12 @@ public: }; /** \brief Constructs a Reader allowing all features for parsing. - * \deprecated Use CharReader and CharReaderBuilder. + * deprecated Use CharReader and CharReaderBuilder. */ Reader(); /** \brief Constructs a Reader allowing the specified feature set for parsing. - * \deprecated Use CharReader and CharReaderBuilder. + * deprecated Use CharReader and CharReaderBuilder. */ Reader(const Features& features); |