diff options
Diffstat (limited to 'polly/lib/JSON/include/json/reader.h')
-rw-r--r-- | polly/lib/JSON/include/json/reader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/JSON/include/json/reader.h b/polly/lib/JSON/include/json/reader.h index ee1d6a2444a..0fea0229de0 100644 --- a/polly/lib/JSON/include/json/reader.h +++ b/polly/lib/JSON/include/json/reader.h @@ -44,7 +44,6 @@ 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 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 |