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

Unified Diff: client/lib/components/method.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/library.html ('k') | client/lib/components/parameters.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/lib/components/method.html
diff --git a/client/lib/components/method.html b/client/lib/components/method.html
index ad3f82ab121315e5b1ff184f3b05988584fa5e69..8ebee0111f81cbf01d38d33e046e60ca79f1505a 100644
--- a/client/lib/components/method.html
+++ b/client/lib/components/method.html
@@ -60,7 +60,7 @@
<dartdoc-type type="{{item.type}}"></dartdoc-type>
</template>
<b><a id="{{idName}}" href="{{item.prefixedAnchorHref}}">
- {{item.decoratedName}}</a></b><dartdoc-parameter
+ {{item.decoratedName}}</a></b><dartdoc-parameter
parameters="{{item.parameters}}">
</dartdoc-parameter>
</span>
« no previous file with comments | « client/lib/components/library.html ('k') | client/lib/components/parameters.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698