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 46309e259be10862e87f61a0e2ca3b3ebf8ae268..d27ada71dce98ec7de2a720228a020685e698998 100644 |
--- a/chrome/common/extensions/docs/server2/templates/private/type.html |
+++ b/chrome/common/extensions/docs/server2/templates/private/type.html |
@@ -5,5 +5,6 @@ |
<dt>{{+partials.type_name}}</dt> |
<dd>{{{description}}}</dd> |
<dd><dl>{{#properties}}{{+partials.property}}{{/}}</dl></dd> |
+ <dd><dl>{{#functions}}{{+partials.function api:api}}{{/}}</dl></dd> |
</div> |
</div> |