Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: pkg/docgen/lib/src/dart2yaml.dart

Issue 202193002: pkg/dartdoc: moving files around, fix library names (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698