summaryrefslogtreecommitdiff
path: root/Utilities/cmjsoncpp
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-01-12 17:42:14 -0500
committerBrad King <brad.king@kitware.com>2022-01-12 17:42:14 -0500
commitb3cb1c6cc3b364da84ea476a69da341c6750a076 (patch)
tree56e717810b9cf9d39637e2f9dbe460817eabcc34 /Utilities/cmjsoncpp
parent33fae4cd7a344889404ce61fe1d40a443ad58def (diff)
downloadcmake-b3cb1c6cc3b364da84ea476a69da341c6750a076.tar.gz
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/cmjsoncpp')
-rw-r--r--Utilities/cmjsoncpp/include/json/reader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmjsoncpp/include/json/reader.h b/Utilities/cmjsoncpp/include/json/reader.h
index 9ca9be69ed..0d444ad214 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);