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 15:21:17 +0400
committerMilo Yip <miloyip@gmail.com>2014-06-25 19:14:32 +0400
commit609381fc2e4f1d7f1145322f5ef4bb4101c7c736 (patch)
treef000e4b003fecf6292a7ff35ecb88af24145c737 /include/rapidjson/filestream.h
parentf930d9e2e5976d75f63f634981db2102c31c04b3 (diff)
Fixed some clang -Weverything warnings.
Diffstat (limited to 'include/rapidjson/filestream.h')
-rw-r--r--include/rapidjson/filestream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rapidjson/filestream.h b/include/rapidjson/filestream.h
index 57ab0bad..ce653512 100644
--- a/include/rapidjson/filestream.h
+++ b/include/rapidjson/filestream.h
@@ -9,8 +9,8 @@ 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
- \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. }
+ \note implements Stream concept
+ \note 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 {
public: