From: Petri Lehtinen Date: Sat, 22 Sep 2012 11:25:29 +0000 (+0300) Subject: doc: Add versionadded directive for json_boolean() X-Git-Tag: v2.4-moonshot~1^2~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=597423ea807dcb6c7056780fa257fd1dfe082d28;hp=c3fc1d73820000e7757c059a043cf8813316988f;p=jansson.git doc: Add versionadded directive for json_boolean() --- diff --git a/doc/apiref.rst b/doc/apiref.rst index 759d5bf..6defc3a 100644 --- a/doc/apiref.rst +++ b/doc/apiref.rst @@ -278,6 +278,8 @@ pointers won't change between invocations of these functions. This is a macro, and equivalent to ``val ? json_true() : json_false()``. + .. versionadded:: 2.4 + .. function:: json_t *json_null(void)