Changeset 212 for libyaml/trunk/include/yaml.h
- Timestamp:
- 07/25/06 16:54:28 (6 years ago)
- Files:
-
- 1 modified
-
libyaml/trunk/include/yaml.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/include/yaml.h
r211 r212 1140 1140 * 1141 1141 * @param[in] emitter An emitter object. 1142 * @param[in] indent The indentation increment ( > 1).1142 * @param[in] indent The indentation increment (1 < . < 10). 1143 1143 */ 1144 1144 … … 1147 1147 1148 1148 /** 1149 * Set the preferred line width. @c 0means unlimited.1149 * Set the preferred line width. @c -1 means unlimited. 1150 1150 * 1151 1151 * @param[in] emitter An emitter object.
