| 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 a9f7e470e734e091dc4424671e281aaa8aff6dc1..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}}
|
| + {{+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}}
|
|
|