deprecate Builders

see issue #131
This commit is contained in:
Christopher Dunn 2015-02-09 11:46:25 -06:00
parent 8df98f6112
commit 1357cddf1e
2 changed files with 4 additions and 0 deletions

View 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;

View 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;