Loader doc fix.
This commit is contained in:
parent
893b43edee
commit
1916b1953a
|
@ -193,7 +193,9 @@ struct Loader
|
||||||
* loaded to memory or a string with YAML data. Note that
|
* loaded to memory or a string with YAML data. Note that
|
||||||
* buffer $(B will) be overwritten, as D:YAML minimizes
|
* buffer $(B will) be overwritten, as D:YAML minimizes
|
||||||
* memory allocations by reusing the input _buffer.
|
* memory allocations by reusing the input _buffer.
|
||||||
*
|
* $(B Must not be deleted or modified by the user as long
|
||||||
|
* as nodes loaded by this Loader are in use!) - Nodes may
|
||||||
|
* refer to data in this buffer.
|
||||||
*
|
*
|
||||||
* Note that D:YAML looks for byte-order-marks YAML files encoded in
|
* Note that D:YAML looks for byte-order-marks YAML files encoded in
|
||||||
* UTF-16/UTF-32 (and sometimes UTF-8) use to specify the encoding and
|
* UTF-16/UTF-32 (and sometimes UTF-8) use to specify the encoding and
|
||||||
|
|
Loading…
Reference in a new issue