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> |