Loader doc fix.

This commit is contained in:
Ferdinand Majerech 2014-08-05 22:07:35 +02:00
parent 893b43edee
commit 1916b1953a

View file

@ -193,7 +193,9 @@ struct Loader
* loaded to memory or a string with YAML data. Note that
* buffer $(B will) be overwritten, as D:YAML minimizes
* 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
* UTF-16/UTF-32 (and sometimes UTF-8) use to specify the encoding and