From: andy5995 Date: Wed, 28 Nov 2018 22:55:19 +0000 (-0600) Subject: remove [in] from params description X-Git-Tag: json-c-0.14-20200419~106^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F462%2Fhead;p=thirdparty%2Fjson-c.git remove [in] from params description Keeping this would be inconsistent with the other documentation --- diff --git a/json_object.h b/json_object.h index f7acaf70..c4a9cb23 100644 --- a/json_object.h +++ b/json_object.h @@ -908,8 +908,8 @@ JSON_EXPORT struct json_object* json_object_new_string(const char *s); * * A copy of the string is made and the memory is managed by the json_object * - * @param[in] s the string - * @param[in] len max length of the new string + * @param s the string + * @param len max length of the new string * @returns a json_object of type json_type_string * @see json_object_new_string() */