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

Unified Diff: utils/dartdoc/classify.dart

Issue 9256002: Add a mode to dartdoc to generate the navigation on the client. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: utils/dartdoc/classify.dart
diff --git a/utils/dartdoc/classify.dart b/utils/dartdoc/classify.dart
index aad85f5c87ea106f7490b7e9f50794e7de945e1f..1057b0a37a6d589fe43c0fcd387a67ee7f17358f 100644
--- a/utils/dartdoc/classify.dart
+++ b/utils/dartdoc/classify.dart
@@ -2,6 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+#library('classify');
+
+#import('../../frog/lang.dart');
+#import('markdown.dart', prefix: 'md');
+
/**
* Kinds of tokens that we care to highlight differently. The values of the
* fields here will be used as CSS class names for the generated spans.

Powered by Google App Engine
This is Rietveld 408576698