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

Unified Diff: utils/pub/command_update.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/command_install.dart ('k') | utils/pub/command_version.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_update.dart
diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
index 6995a6d571df450225a9e9e7d35d35f3c584da36..1dda303e7ccce261c80bfa7584f46f85da4b0c24 100644
--- a/utils/pub/command_update.dart
+++ b/utils/pub/command_update.dart
@@ -8,7 +8,7 @@ import 'entrypoint.dart';
import 'log.dart' as log;
import 'pub.dart';
-/** Handles the `update` pub command. */
+/// Handles the `update` pub command.
class UpdateCommand extends PubCommand {
String get description =>
"Update the current package's dependencies to the latest versions.";
« no previous file with comments | « utils/pub/command_install.dart ('k') | utils/pub/command_version.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698