| 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 efc1f3363823c7fc3dda6ce4fd17d0d258213409..50d54b1367f50600b84bdea645c98e920d19c85a 100644
|
| --- a/chrome/common/extensions/docs/templates/private/parameter_full.html
|
| +++ b/chrome/common/extensions/docs/templates/private/parameter_full.html
|
| @@ -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}}
|
|
|