Fix FileWriteStream doc

This commit is contained in:
Lele Gaifax 2017-12-22 19:24:15 +01:00
parent 802ece6d7c
commit 20d44d9c44

View File

@ -25,7 +25,7 @@ RAPIDJSON_DIAG_OFF(unreachable-code)
RAPIDJSON_NAMESPACE_BEGIN RAPIDJSON_NAMESPACE_BEGIN
//! Wrapper of C file stream for input using fread(). //! Wrapper of C file stream for output using fwrite().
/*! /*!
\note implements Stream concept \note implements Stream concept
*/ */