diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-11-19 12:26:25 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-11-19 12:26:25 +0000 |
commit | c1b6cec0e7f09dbb8c96b80fa58ce1e67352eefb (patch) | |
tree | 65667f5f7733d815bfa84f174407a52d9ec16b3b /polly/lib/JSON/include | |
parent | 3d3373ceb6a01c7cee16d4e3730c78d0cfa3d913 (diff) | |
download | bcm5719-llvm-c1b6cec0e7f09dbb8c96b80fa58ce1e67352eefb.tar.gz bcm5719-llvm-c1b6cec0e7f09dbb8c96b80fa58ce1e67352eefb.zip |
Make polly -Wdocumentation clean
llvm-svn: 168311
Diffstat (limited to 'polly/lib/JSON/include')
-rw-r--r-- | polly/lib/JSON/include/json/reader.h | 1 | ||||
-rw-r--r-- | polly/lib/JSON/include/json/writer.h | 1 |
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 |