Commit e09765dd authored by Milo Yip's avatar Milo Yip

Merge pull request #557 from kevina/doc-fix

Documentation fix.
parents 494f9deb 2f1e5932
......@@ -2462,9 +2462,9 @@ private:
ValueType& value_;
};
//! Helper class for accessing Value of array type.
//! Helper class for accessing Value of object type.
/*!
Instance of this helper class is obtained by \c GenericValue::GetArray().
Instance of this helper class is obtained by \c GenericValue::GetObject().
In addition to all APIs for array type, it provides range-based for loop if \c RAPIDJSON_HAS_CXX11_RANGE_FOR=1.
*/
template <bool Const, typename ValueT>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment