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

Unified Diff: client/lib/components/category.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/category.dart ('k') | client/lib/components/closure.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/lib/components/category.html
diff --git a/client/lib/components/category.html b/client/lib/components/category.html
index 3e5d9e402c07a7634b8d974aa23336c517099df5..f812edcf274c8f0462e2dd961c0ef330844a0888 100644
--- a/client/lib/components/category.html
+++ b/client/lib/components/category.html
@@ -28,6 +28,9 @@
<template repeat="{{items}}">
<dartdoc-item class="panel" item="{{}}"></dartdoc-item>
</template>
+ <template repeat="{{typedefs}}">
+ <dartdoc-typedef class="panel" item="{{}}"></dartdoc-typedef>
+ </template>
<template repeat="{{methods}}">
<method-panel class="panel" item="{{}}"></method-panel>
</template>
« no previous file with comments | « client/lib/components/category.dart ('k') | client/lib/components/closure.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698