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

Unified Diff: utils/pub/command_version.dart

Issue 11638010: Convert /** comments to /// in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix 80 column limit. 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
Index: utils/pub/command_version.dart
diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart
index 5e2f005da9b7c031b3d358d179667369283ae916..bb56e691e317a1de774015bccfa141968a9e7552 100644
--- a/utils/pub/command_version.dart
+++ b/utils/pub/command_version.dart
@@ -6,7 +6,7 @@ library command_version;
import 'pub.dart';
-/** Handles the `version` pub command. */
+/// Handles the `version` pub command.
class VersionCommand extends PubCommand {
String get description => 'Print pub version.';
String get usage => 'pub version';
@@ -15,4 +15,4 @@ class VersionCommand extends PubCommand {
Future onRun() {
printVersion();
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698