Index: chrome/common/extensions/docs/templates/private/parameter_full.html |
diff --git a/chrome/common/extensions/docs/templates/private/parameter_full.html b/chrome/common/extensions/docs/templates/private/parameter_full.html |
index 7d8baffea3b272ad3311bb6fa0286bf1203b9a3b..3ddab1593165c60323361e9b218564f87919fb6c 100644 |
--- a/chrome/common/extensions/docs/templates/private/parameter_full.html |
+++ b/chrome/common/extensions/docs/templates/private/parameter_full.html |
@@ -1,15 +1,14 @@ |
+{{#parameter}} |
<div> |
{{?parentName}}<a name="{{id}}"></a>{{/}} |
<dl> |
- {{+partials.property @:@ property:@}} |
+ {{+partials.property property:parameter/}} |
</dl> |
{{?properties}} |
<dd> |
<h5>Properties of <span class="variable">{{name}}</span></h5> |
<dl> |
- {{#properties}} |
- {{+partials.parameter_full}} |
- {{/properties}} |
+ {{#p:properties +partials.parameter_full parameter:p/}} |
</dl> |
</dd> |
{{/properties}} |
@@ -17,20 +16,19 @@ |
<dd> |
<dl> |
<h5>Parameters</h5> |
- {{#parameters}} |
- {{+partials.parameter_full}} |
- {{/}} |
+ {{#p:parameters +partials.parameter_full parameter:p/}} |
</dl> |
- {{?callback}}{{+partials.callback}}{{/}} |
+ {{?callback +partials.callback callback:callback/}} |
</dd> |
{{/parameters}} |
{{?returns}} |
<dd> |
<dl> |
<dt>Returns<span class="property"> |
- {{+partials.variable_type}} |
+ {{+partials.variable_type type:returns/}} |
</span></dt> |
</dl> |
</dd> |
{{/returns}} |
</div> |
+{{/parameter}} |