1
0
Fork 0

Fix a description of two methods.

This commit is contained in:
Max Neunhoeffer 2014-01-17 10:59:23 +01:00
parent 92e52c33f8
commit 6b4bbe5d04
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ TRI_json_t* JsonHelper::uint64String (TRI_memory_zone_t* zone,
}
////////////////////////////////////////////////////////////////////////////////
/// @brief convert a uint64 into a JSON string
/// @brief convert a JSON strong or number into a uint64
////////////////////////////////////////////////////////////////////////////////
uint64_t JsonHelper::stringUInt64 (TRI_json_t const* json) {
@ -72,7 +72,7 @@ uint64_t JsonHelper::stringUInt64 (TRI_json_t const* json) {
}
////////////////////////////////////////////////////////////////////////////////
/// @brief convert a uint64 into a JSON string
/// @brief convert a JSON strong or number into a uint64
////////////////////////////////////////////////////////////////////////////////
uint64_t JsonHelper::stringUInt64 (TRI_json_t const* json,