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

Unified Diff: lib/dartdoc/frog/parser.dart

Issue 10559030: Remove uses of string + from API document generator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: lib/dartdoc/frog/parser.dart
diff --git a/lib/dartdoc/frog/parser.dart b/lib/dartdoc/frog/parser.dart
index 4cb22ab8250a72ba142f3976f8a566d59fb8fcef..2ff8d33cbcca15252926e704d6bde63aa841f180 100644
--- a/lib/dartdoc/frog/parser.dart
+++ b/lib/dartdoc/frog/parser.dart
@@ -441,7 +441,7 @@ class Parser {
if (_peekKind(TokenKind.LT)) {
var tp = typeParameters();
world.warning('type parameters on factories are no longer supported, '
- + 'place them on the class instead', _makeSpan(tp[0].span.start));
+ 'place them on the class instead', _makeSpan(tp[0].span.start));
}
var name = null;

Powered by Google App Engine
This is Rietveld 408576698