Refactor comments.

This commit is contained in:
rafagafe 2017-06-07 13:37:55 +02:00 committed by GitHub
parent f48dd80a50
commit 210935cb44

View File

@ -127,8 +127,7 @@ static inline int64_t json_getInteger( json_t const* property ) {
}
/** Get the value of a json real property.
* @param property A valid handler of a json object.
* Its type must be JSON_REAL or JSON_SCIENTIFIC.
* @param property A valid handler of a json object. Its type must be JSON_REAL.
* @return The value. */
static inline double json_getReal( json_t const* property ) {
return atof( property->u.value );