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

Unified Diff: utils/pub/root_source.dart

Issue 11638010: Convert /** comments to /// in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. Created 8 years 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
« no previous file with comments | « utils/pub/pubspec.dart ('k') | utils/pub/source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/root_source.dart
diff --git a/utils/pub/root_source.dart b/utils/pub/root_source.dart
index ebab17ef3e2c0c9ce31754dc14bf51e026c42e0b..72e122e248dfcd31cdf96c499b1f017a98b74f9b 100644
--- a/utils/pub/root_source.dart
+++ b/utils/pub/root_source.dart
@@ -8,12 +8,10 @@ import 'package.dart';
import 'pubspec.dart';
import 'source.dart';
-/**
- * A source used only for the root package when doing version resolution. It
- * contains only the root package and is unable to install packages.
- *
- * This source cannot be referenced from a pubspec.
- */
+/// A source used only for the root package when doing version resolution. It
+/// contains only the root package and is unable to install packages.
+///
+/// This source cannot be referenced from a pubspec.
class RootSource extends Source {
final String name = "root";
final bool shouldCache = false;
« no previous file with comments | « utils/pub/pubspec.dart ('k') | utils/pub/source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698