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

Unified Diff: client/lib/components/typedef.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/parameters.html ('k') | client/lib/item.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/lib/components/typedef.html
diff --git a/client/lib/components/typedef.html b/client/lib/components/typedef.html
index 5f13891b3d7eb9c539ed459c62420918a86854fb..7a79b8ac2b15331268fb9e9a83b6364d035aefbb 100644
--- a/client/lib/components/typedef.html
+++ b/client/lib/components/typedef.html
@@ -4,13 +4,17 @@
<polymer-element name="dartdoc-typedef" attributes="item">
<template>
- <div class="page-header"><h1>{{item.name}} typedef</h1></div>
<!-- Signature -->
<div class="panel-heading">
<dartdoc-annotation annotations="{{item.annotations}}">
</dartdoc-annotation>
+ <div class="page-header">
+ <b><a id="{{idName}}" href="{{item.prefixedAnchorHref}}">
+ {{item.name}}</a></b>
+ </div>
+
<p class="panel-title">typedef
<a href="{{prefixedLocation}}">{{item.type.simpleType}}</a>
{{item.name}}
« no previous file with comments | « client/lib/components/parameters.html ('k') | client/lib/item.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698