| Index: chrome/common/extensions/docs/templates/private/parameter_full.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/templates/private/parameter_full.html (revision 160305)
|
| +++ chrome/common/extensions/docs/templates/private/parameter_full.html (working copy)
|
| @@ -1,13 +1,12 @@
|
| <div>
|
| + {{?parent_name}}<a name="{{id}}"></a>{{/}}
|
| {{+partials.property}}
|
| {{?properties}}
|
| <dd>
|
| <dl>
|
| - {{#properties}}
|
| - {{^additional_properties}}
|
| - {{+partials.parameter_full}}
|
| - {{/additional_properties}}
|
| - {{/}}
|
| + {{#properties}}
|
| + {{+partials.parameter_full}}
|
| + {{/}}
|
| </dl>
|
| </dd>
|
| {{/properties}}
|
|
|