Index: chrome/common/extensions/docs/templates/private/property.html |
diff --git a/chrome/common/extensions/docs/templates/private/property.html b/chrome/common/extensions/docs/templates/private/property.html |
index 360ee9990164ceb4ecd5d840ebfbe8fcfcfd36e7..22cc2848ea529586d8acfe53f228930f1cb4b44b 100644 |
--- a/chrome/common/extensions/docs/templates/private/property.html |
+++ b/chrome/common/extensions/docs/templates/private/property.html |
@@ -1,16 +1,8 @@ |
{{#property}} |
-<dt> |
- {{?parentName}} |
- <h4 id="{{id}}" title="{{^hideParamTOC name/}}"> |
- {{+partials.property_name_and_type property:property /}} |
- </h4> |
- {{:parentName}} |
- <h3 id="{{id}}" title="{{^hideParamTOC name/}}"> |
- {{+partials.property_name_and_type property:property /}} |
- </h3> |
- {{/parentName}} |
-</dt> |
-<dd> |
+<td>{{+partials.variable_type type:property/}}</td> |
+<td>{{?optional}}<span class="optional">(optional)</span>{{/}} |
+ {{name}}</td> |
+<td> |
{{?deprecated}} |
{{+partials.warning_deprecated item:property/}} |
{{/deprecated}} |
@@ -24,5 +16,16 @@ |
{{+partials.type type:array hideParamTOC:true /}} |
</dl> |
{{/array.is_object}} |
-</dd> |
+ {{?properties}} |
+ <table class="innerTable"> |
+ {{#p:properties +partials.parameter_full |
+ parameter:p |
+ parentName:name |
+ hideParamTOC:hideParamTOC /}} |
+ </table> |
+ {{/properties}} |
+{{?is_callback}} |
+ {{?parentCallback +partials.callback callback:parentCallback/}} |
+{{/is_callback}} |
+</td> |
{{/property}} |