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

Unified Diff: utils/markdown/lib.dart

Issue 8879004: Fix broken dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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/markdown/ast.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/markdown/lib.dart
diff --git a/utils/markdown/lib.dart b/utils/markdown/lib.dart
index 9cda2fadfb6c4930e8565dda308d2764d7f1d4dc..ba064b4f48866e33604dbbe3a135372e2a2b4822 100644
--- a/utils/markdown/lib.dart
+++ b/utils/markdown/lib.dart
@@ -40,7 +40,7 @@ class Document {
final Map<String, Link> refLinks;
Document()
- : refLinks = <String, Link>{};
+ : refLinks = <Link>{};
parseRefLinks(List<String> lines) {
// This is a hideous regex. It matches:
« no previous file with comments | « utils/markdown/ast.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698