| Index: chrome/common/extensions/docs/templates/private/type.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/type.html b/chrome/common/extensions/docs/templates/private/type.html
|
| index 9851a470be83a8a4e0c5dfc4143762404169ae7b..7b729b79a86166d9a0c566e2491a312fdc83ff9c 100644
|
| --- a/chrome/common/extensions/docs/templates/private/type.html
|
| +++ b/chrome/common/extensions/docs/templates/private/type.html
|
| @@ -25,19 +25,22 @@
|
| {{+partials.type_item title:strings.properties
|
| display_name:display_name
|
| items:properties
|
| - item_partial:partials.parameter_full/}}
|
| + item_partial:(partials.parameter_full
|
| + hideParamTOC:true) /}}
|
| {{/properties}}
|
| {{?functions}}
|
| {{+partials.type_item title:strings.methods
|
| display_name:display_name
|
| items:functions
|
| - item_partial:partials.function/}}
|
| + item_partial:(partials.function
|
| + hideParamTOC:true) /}}
|
| {{/functions}}
|
| {{?events}}
|
| {{+partials.type_item title:strings.events
|
| display_name:display_name
|
| items:events
|
| - item_partial:partials.event/}}
|
| + item_partial:(partials.event
|
| + hideParamTOC:true) /}}
|
| {{/events}}
|
| </div>
|
| </div>
|
|
|