From: Petri Lehtinen Date: Sun, 6 Sep 2009 19:16:32 +0000 (+0300) Subject: doc apiref: json_incref() returns its argument X-Git-Tag: 1.0_branch~239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42e546d065cb27814ff06d13a919b0274df4b12d;p=profile%2Fivi%2Fjansson.git doc apiref: json_incref() returns its argument --- diff --git a/doc/apiref.rst b/doc/apiref.rst index 57b5e31..db9b5a4 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -121,7 +121,7 @@ The following functions are used to manipulate the reference count. .. cfunction:: json_t *json_incref(json_t *json) - Increment the reference count of *json*. + Increment the reference count of *json*. Returns *json*. .. cfunction:: void json_decref(json_t *json)