Release test-0.6.0

This commit is contained in:
Baptiste Lepilleur
2011-05-01 20:50:44 +00:00
parent bafb43c203
commit 40388494bd
2 changed files with 4 additions and 12 deletions

View File

@@ -51,7 +51,9 @@ namespace Json {
bool collectComments = true );
/** \brief Read a Value from a <a HREF="http://www.json.org">JSON</a> document.
* \param document UTF-8 encoded string containing the document to read.
* \param beginDoc Pointer on the beginning of the UTF-8 encoded string of the document to read.
* \param endDoc Pointer on the end of the UTF-8 encoded string of the document to read.
\ Must be >= beginDoc.
* \param root [out] Contains the root value of the document if it was
* successfully parsed.
* \param collectComments \c true to collect comment and allow writing them back during