Skip to content

Commit

Permalink
clarifications in yajl_gen_reset()'s documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Mar 19, 2014
1 parent a908d2d commit 12ee82a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/api/yajl_gen.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ extern "C" {
* json entities in a stream. The "sep" string will be inserted to
* separate the previously generated entity from the current,
* NULL means *no separation* of entites (clients beware, generating
* multiple JSON numbers, for instance, will result in inscrutable
* output) */
* multiple JSON numbers without a separator, for instance, will result in ambiguous output)
*
* Note: this call will not clear yajl's output buffer. This
* may be accomplished explicitly by calling yajl_gen_clear() */
YAJL_API void yajl_gen_reset(yajl_gen hand, const char * sep);

#ifdef __cplusplus
Expand Down

0 comments on commit 12ee82a

Please sign in to comment.