Using the dyaml.all module instead of yaml (which will eventually be removed).
This commit is contained in:
parent
1c017c6492
commit
a341340d6c
13 changed files with 18 additions and 18 deletions
|
@ -156,7 +156,7 @@ final class Constructor
|
|||
* --------------------
|
||||
* import std.string;
|
||||
*
|
||||
* import yaml;
|
||||
* import dyaml.all;
|
||||
*
|
||||
* struct MyStruct
|
||||
* {
|
||||
|
@ -210,7 +210,7 @@ final class Constructor
|
|||
* --------------------
|
||||
* import std.string;
|
||||
*
|
||||
* import yaml;
|
||||
* import dyaml.all;
|
||||
*
|
||||
* struct MyStruct
|
||||
* {
|
||||
|
@ -262,7 +262,7 @@ final class Constructor
|
|||
* --------------------
|
||||
* import std.string;
|
||||
*
|
||||
* import yaml;
|
||||
* import dyaml.all;
|
||||
*
|
||||
* struct MyStruct
|
||||
* {
|
||||
|
|
|
@ -130,7 +130,7 @@ final class Representer
|
|||
* --------------------
|
||||
* import std.string;
|
||||
*
|
||||
* import yaml;
|
||||
* import dyaml.all;
|
||||
*
|
||||
* struct MyStruct
|
||||
* {
|
||||
|
@ -171,7 +171,7 @@ final class Representer
|
|||
* --------------------
|
||||
* import std.string;
|
||||
*
|
||||
* import yaml;
|
||||
* import dyaml.all;
|
||||
*
|
||||
* class MyClass
|
||||
* {
|
||||
|
|
|
@ -99,7 +99,7 @@ final class Resolver
|
|||
* --------------------
|
||||
* import std.regex;
|
||||
*
|
||||
* import yaml;
|
||||
* import dyaml.all;
|
||||
*
|
||||
* void main()
|
||||
* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue