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..da96f3c73759e1039b6b6ece82b8af1ac702ddc9 100644 |
--- a/chrome/common/extensions/docs/templates/private/type.html |
+++ b/chrome/common/extensions/docs/templates/private/type.html |
@@ -25,13 +25,14 @@ |
{{+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 /}} |
{{/functions}} |
{{?events}} |
{{+partials.type_item title:strings.events |