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

Unified Diff: pkg/docgen/bin/docgen.dart

Issue 23038005: added the introduction option to the readme, and fixed the spacing on the help message for introduc… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
« no previous file with comments | « pkg/docgen/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/bin/docgen.dart
diff --git a/pkg/docgen/bin/docgen.dart b/pkg/docgen/bin/docgen.dart
index 2d75a446b61938d28a1246f96b8584472438a7e4..ca4f78054cf20d85a663ab873c019a3623be17bb 100644
--- a/pkg/docgen/bin/docgen.dart
+++ b/pkg/docgen/bin/docgen.dart
@@ -65,7 +65,7 @@ ArgParser _initArgParser() {
defaultsTo: false, negatable: false);
parser.addOption('introduction',
help: 'Adds the provided markdown text file as the introduction'
- 'for the outputted documentation.', defaultsTo: '');
+ ' for the outputted documentation.', defaultsTo: '');
return parser;
}
« no previous file with comments | « pkg/docgen/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698