| Index: pkg/docgen/lib/src/dart2yaml.dart
|
| diff --git a/pkg/docgen/lib/dart2yaml.dart b/pkg/docgen/lib/src/dart2yaml.dart
|
| similarity index 99%
|
| rename from pkg/docgen/lib/dart2yaml.dart
|
| rename to pkg/docgen/lib/src/dart2yaml.dart
|
| index b86cbb4ad7692b1e70afc45ad359c2039ae69dfa..ac0a8ee718d23c1755ef1489190180eceb9a476d 100644
|
| --- a/pkg/docgen/lib/dart2yaml.dart
|
| +++ b/pkg/docgen/lib/src/dart2yaml.dart
|
| @@ -5,7 +5,7 @@
|
| /**
|
| * This library is used to convert data from a map to a YAML string.
|
| */
|
| -library dart2yaml;
|
| +library docgen.dart2yaml;
|
|
|
| /**
|
| * Gets a String representing the input Map in YAML format.
|
|
|