Explorar o código

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.
Brad King %!s(int64=4) %!d(string=hai) anos
pai
achega
b3cb1c6cc3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Utilities/cmjsoncpp/include/json/reader.h

+ 2 - 2
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);