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

Unified Diff: utils/dartdoc/client-live-nav.dart

Issue 9271020: Include subtype information in generated docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. 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
« no previous file with comments | « no previous file | utils/dartdoc/dartdoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdoc/client-live-nav.dart
diff --git a/utils/dartdoc/client-live-nav.dart b/utils/dartdoc/client-live-nav.dart
index 06592bcda115bb3f8129d519c210e1c7e397aa23..78e59ab09e68839acfe85d8b74d31025ac7037a7 100644
--- a/utils/dartdoc/client-live-nav.dart
+++ b/utils/dartdoc/client-live-nav.dart
@@ -104,7 +104,7 @@ buildLibraryNavigation(StringBuffer html, library) {
html.add('</li>');
}
- html.add('<ul>');
+ html.add('<ul class="icon">');
types.forEach((type) => writeType(type['kind'], type));
exceptions.forEach((type) => writeType('exception', type));
html.add('</ul>');
« no previous file with comments | « no previous file | utils/dartdoc/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698