Skip to content

Commit

Permalink
Merge pull request #557 from kevina/doc-fix
Browse files Browse the repository at this point in the history
Documentation fix.
  • Loading branch information
miloyip committed Feb 23, 2016
2 parents 494f9de + 2f1e593 commit e09765d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/rapidjson/document.h
Original file line number Diff line number Diff line change
Expand Up @@ -2462,9 +2462,9 @@ class GenericArray {
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>
Expand Down

0 comments on commit e09765d

Please sign in to comment.