From cf6161665735051e6ebce2c5a105e2191e6d33fc Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Tue, 25 Jul 2006 20:54:28 +0000 Subject: Add yaml_emitter_emit_* set of functions. --- include/yaml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/yaml.h b/include/yaml.h index 204872a..a4fc4e8 100644 --- a/include/yaml.h +++ b/include/yaml.h @@ -1139,14 +1139,14 @@ yaml_emitter_set_canonical(yaml_emitter_t *emitter, int canonical); * Set the intendation increment. * * @param[in] emitter An emitter object. - * @param[in] indent The indentation increment (> 1). + * @param[in] indent The indentation increment (1 < . < 10). */ YAML_DECLARE(void) yaml_emitter_set_indent(yaml_emitter_t *emitter, int indent); /** - * Set the preferred line width. @c 0 means unlimited. + * Set the preferred line width. @c -1 means unlimited. * * @param[in] emitter An emitter object. * @param[in] width The preferred line width. -- cgit v1.2.1