summaryrefslogtreecommitdiffstats
path: root/polly/lib/JSON/include
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/JSON/include')
-rw-r--r--polly/lib/JSON/include/json/reader.h1
-rw-r--r--polly/lib/JSON/include/json/writer.h1
2 files changed, 0 insertions, 2 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
diff --git a/polly/lib/JSON/include/json/writer.h b/polly/lib/JSON/include/json/writer.h
index 5f4b83be418..8b86eafb077 100644
--- a/polly/lib/JSON/include/json/writer.h
+++ b/polly/lib/JSON/include/json/writer.h
@@ -116,7 +116,6 @@ namespace Json {
*
* If the Value have comments then they are outputed according to their #CommentPlacement.
*
- * \param indentation Each level will be indented by this amount extra.
* \sa Reader, Value, Value::setComment()
*/
class JSON_API StyledStreamWriter
OpenPOWER on IntegriCloud