| Index: pkg/docgen/lib/dart2yaml.dart
|
| diff --git a/sdk/lib/_internal/docgen/lib/dart2yaml.dart b/pkg/docgen/lib/dart2yaml.dart
|
| similarity index 88%
|
| rename from sdk/lib/_internal/docgen/lib/dart2yaml.dart
|
| rename to pkg/docgen/lib/dart2yaml.dart
|
| index 33c43c1312086afb222ed11494b84c5e4eb05b4d..a03c7f1a2718f2207e73ebc7b62e9f7dc0ba29e0 100644
|
| --- a/sdk/lib/_internal/docgen/lib/dart2yaml.dart
|
| +++ b/pkg/docgen/lib/dart2yaml.dart
|
| @@ -1,3 +1,7 @@
|
| +// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| /**
|
| * This library is used to convert data from a map to a YAML string.
|
| */
|
|
|