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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/type.html

Issue 10689117: Extensions Docs Server: Support APIs with properties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cl upload problems fixed? Created 8 years, 5 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
Index: chrome/common/extensions/docs/server2/templates/private/type.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/type.html b/chrome/common/extensions/docs/server2/templates/private/type.html
index d27ada71dce98ec7de2a720228a020685e698998..31689bc6f891a8657a8c3e4986926868df79ccde 100644
--- a/chrome/common/extensions/docs/server2/templates/private/type.html
+++ b/chrome/common/extensions/docs/server2/templates/private/type.html
@@ -5,6 +5,10 @@
<dt>{{+partials.type_name}}</dt>
<dd>{{{description}}}</dd>
<dd><dl>{{#properties}}{{+partials.property}}{{/}}</dl></dd>
- <dd><dl>{{#functions}}{{+partials.function api:api}}{{/}}</dl></dd>
+ {{?functions}}
+ <a name={{type.name}}-methods></a>
+ <dd><h3>Methods of {{type.name}}</h3>
+ <dd><dl>{{#functions}}{{+partials.function api:api prefix:type.name}}{{/}}</dl></dd>
+ {{/functions}}
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698