Better Constructor docs.
This commit is contained in:
parent
f137db438e
commit
fad280060e
|
@ -5,9 +5,9 @@
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implements a class that processes YAML mappings, sequences and scalars into
|
* Class that processes YAML mappings, sequences and scalars into nodes. This can be
|
||||||
* nodes. This can be used to implement custom data types. A tutorial can be
|
* used to add custom data types. A tutorial can be found
|
||||||
* found $(LINK2 ../tutorials/custom_types.html, here).
|
* $(LINK2 ../tutorials/custom_types.html, here).
|
||||||
*/
|
*/
|
||||||
module dyaml.constructor;
|
module dyaml.constructor;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue