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

Unified Diff: sdk/lib/_internal/dartdoc/pubspec.yaml

Issue 14645015: Use LibraryDependencyMirror in dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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: sdk/lib/_internal/dartdoc/pubspec.yaml
diff --git a/sdk/lib/_internal/dartdoc/pubspec.yaml b/sdk/lib/_internal/dartdoc/pubspec.yaml
index 66147869987a8b0b02ae4b75ac7c88384923d918..563be537c33246a00a6e47f22139de0ab8082c3d 100644
--- a/sdk/lib/_internal/dartdoc/pubspec.yaml
+++ b/sdk/lib/_internal/dartdoc/pubspec.yaml
@@ -1,11 +1,7 @@
name: dartdoc
-description: >
- Libraries for generating documentation from Dart source code.
-
+description: Libraries for generating documentation from Dart source code.
dependencies:
- analyzer_experimental: ">=0.4.5 <1.0.0"
- args: ">=0.4.2 <1.0.0"
- pathos: ">=0.4.2 <1.0.0"
-
+ args: '>=0.4.2 <1.0.0'
+ pathos: '>=0.4.2 <1.0.0'
dev_dependencies:
- unittest: ">=0.4.2 <1.0.0"
+ unittest: '>=0.4.2 <1.0.0'
« no previous file with comments | « sdk/lib/_internal/dartdoc/lib/src/export_map.dart ('k') | sdk/lib/_internal/dartdoc/test/export_map_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698