deprecate Builders
authorChristopher Dunn <cdunn2001@gmail.com>
Mon, 9 Feb 2015 17:46:25 +0000 (11:46 -0600)
committerChristopher Dunn <cdunn2001@gmail.com>
Mon, 9 Feb 2015 17:46:27 +0000 (11:46 -0600)
see issue #131

include/json/reader.h
include/json/writer.h

index 68b3738..d2bd140 100644 (file)
@@ -277,6 +277,8 @@ public:
 
 /** \brief Build a CharReader implementation.
 
+  \deprecated This is experimental and will be altered before the next release.
+
 Usage:
 \code
   using namespace Json;
index 5dffbe0..e81c245 100644 (file)
@@ -75,6 +75,8 @@ std::string writeString(Value const& root, StreamWriter::Factory const& factory)
 
 /** \brief Build a StreamWriter implementation.
 
+  \deprecated This is experimental and will be altered before the next release.
+
 Usage:
 \code
   using namespace Json;