Refactor comments.

pull/1/head
rafagafe 7 years ago committed by GitHub
parent f48dd80a50
commit 210935cb44
  1. 3
      tiny-json.h

@ -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 );

Loading…
Cancel
Save