mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 23:09:07 +08:00
remove [in] from params description
Keeping this would be inconsistent with the other documentation
This commit is contained in:
@@ -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
|
* A copy of the string is made and the memory is managed by the json_object
|
||||||
*
|
*
|
||||||
* @param[in] s the string
|
* @param s the string
|
||||||
* @param[in] len max length of the new string
|
* @param len max length of the new string
|
||||||
* @returns a json_object of type json_type_string
|
* @returns a json_object of type json_type_string
|
||||||
* @see json_object_new_string()
|
* @see json_object_new_string()
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user