Squash doxygen warnings, and make a few slight improvements to the docs.

This commit is contained in:
Eric Haszlakiewicz
2017-12-06 23:53:12 -05:00
parent 219025727d
commit 8c82f0e5c3
4 changed files with 64 additions and 31 deletions

View File

@@ -75,6 +75,8 @@ extern int json_object_to_file_ext(const char *filename, struct json_object *obj
* Handles partial writes and will keep writing until done, or an error
* occurs.
*
* @param fd an open, writable file descriptor to write to
* @param obj the object to serializer and write
* @param flags flags to pass to json_object_to_json_string_ext()
* @return -1 if something fails. See json_util_get_last_err() for details.
*/