]> andersk Git - libyaml.git/blobdiff - include/yaml.h
Add yaml_emitter_emit_* set of functions.
[libyaml.git] / include / yaml.h
index 204872ab3b0ba55a601e0167c19cf43f9848bb55..a4fc4e8afedde448625d311c8299de280ca5174b 100644 (file)
@@ -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.
This page took 0.095859 seconds and 4 git commands to generate.