Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-06-25 12:06:00 +0400
committerMilo Yip <miloyip@gmail.com>2014-06-25 12:06:00 +0400
commite4ffa48a7563e892047c27f0a50fdeb6f71e6b8b (patch)
tree10a23f1332b47d4d163ee5005baf4771bfd46b85 /include/rapidjson/filestream.h
parent23056abad12c5bddf73e00b728d1d53c712627a5 (diff)
Remove some clang -Weverything warnings.
Diffstat (limited to 'include/rapidjson/filestream.h')
-rw-r--r--include/rapidjson/filestream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rapidjson/filestream.h b/include/rapidjson/filestream.h
index 57ab0bad..e0099d58 100644
--- a/include/rapidjson/filestream.h
+++ b/include/rapidjson/filestream.h
@@ -9,7 +9,7 @@ namespace rapidjson {
//! (Depreciated) Wrapper of C file stream for input or output.
/*!
This simple wrapper does not check the validity of the stream.
- \implements Stream
+ \note implements Stream concept
\deprecated { This was only for basic testing in version 0.1, it is found that the performance is very low by using fgetc(). Use FileReadStream instead. }
*/
class FileStream {