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

Unified Diff: utils/markdown/markdown.dart

Issue 8725007: Lots of stuff hooking up markdown to dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to awesome reviews. Created 9 years, 1 month 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/lib.dart ('k') | utils/markdown/test/markdown_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/markdown/markdown.dart
diff --git a/utils/markdown/markdown.dart b/utils/markdown/markdown.dart
index 5f9e010484f0869ca3d59634ac87e9d635ef2d1f..8d818baf2c6a2f1e43767057d4434ca2b91b2cbc 100644
--- a/utils/markdown/markdown.dart
+++ b/utils/markdown/markdown.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/// Standalone script for parsing markdown from files and converting to HTML.
-#library('markdown');
+#library('markdown_app');
#import('lib.dart');
« no previous file with comments | « utils/markdown/lib.dart ('k') | utils/markdown/test/markdown_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698