yajl: doc

This commit is contained in:
Michael Davidsaver
2022-01-19 11:20:30 -08:00
parent d508962211
commit d9fd73a850

View File

@@ -83,6 +83,9 @@ extern "C" {
*
* yajl_gen_config() argument type: const char *
*
* The pointer argument passed is stored (not copied) and must remain
* valid for the lifetime of the handle, or until replaced.
*
* Example: \code{.cpp}
* yajl_gen_config(g, yajl_gen_indent_string, " "); // 2 spaces
* \endcode