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

Unified Diff: client/lib/components/library.html

Issue 273473002: Display function signatures instead of just "Function". (Closed) Base URL: https://github.com/dart-lang/dartdoc-viewer.git@master
Patch Set: Created 6 years, 7 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 | « client/lib/components/closure.html ('k') | client/lib/components/method.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/lib/components/library.html
diff --git a/client/lib/components/library.html b/client/lib/components/library.html
index 4a99e04443009bd7b5b59cf51d0781e7d8fb325f..9cafcda9d8dc92dca7ca3a54844caedeb249af43 100644
--- a/client/lib/components/library.html
+++ b/client/lib/components/library.html
@@ -24,7 +24,7 @@
<dartdoc-category category="{{item.classes}}"
items="{{lazyClasses}}"></dartdoc-category>
<dartdoc-category category="{{item.typedefs}}"
- items="{{lazyTypedefs}}"></dartdoc-category>
+ typedefs="{{lazyTypedefs}}"></dartdoc-category>
<dartdoc-category category="{{item.errors}}"
items="{{lazyErrors}}"></dartdoc-category>
</div>
« no previous file with comments | « client/lib/components/closure.html ('k') | client/lib/components/method.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698