commit | 38042b3892c762c93a98be7c4c5c14f80d7ed46e | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Mon Jan 26 11:23:31 2015 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Mon Jan 26 11:38:38 2015 -0600 |
tree | 24e45a79345fc947f9b0450d7b38183d54d96b7a | |
parent | 3b5f2b85cabf1587e6fe208ff7bfba589e254d16 [diff] |
docs
diff --git a/doc/jsoncpp.dox b/doc/jsoncpp.dox index fe06d50..0581476 100644 --- a/doc/jsoncpp.dox +++ b/doc/jsoncpp.dox
@@ -79,6 +79,7 @@ root["indent"]["length"] = getCurrentIndentLength(); root["indent"]["use_space"] = getCurrentIndentUseSpace(); +// (NEW IN 1.4.0) // To write into a steam with minimal memory overhead, // create a Builder for a StreamWriter. Json::StreamWriterBuilder builder;