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 c776029b7dd245b7a78ec8f97b74fabbdfd41c22..f2cfb8dd10dcc2e4de99262badbb612de43df59b 100644 |
--- a/chrome/common/extensions/docs/templates/private/parameter_full.html |
+++ b/chrome/common/extensions/docs/templates/private/parameter_full.html |
@@ -1,23 +1,10 @@ |
{{#parameter}} |
-<div> |
- {{?parentName}}<a name="{{id}}"></a>{{/}} |
- <dl> |
- {{+partials.property |
- property:parameter |
- parentName:name |
- hideParamTOC:hideParamTOC /}} |
- </dl> |
- {{?properties}} |
- <dd> |
- <h4 title="">Properties</h4> |
- <dl> |
- {{#p:properties +partials.parameter_full |
- parameter:p |
- parentName:name |
- hideParamTOC:hideParamTOC /}} |
- </dl> |
- </dd> |
- {{/properties}} |
+<tr> |
+ {{+partials.property |
+ property:parameter |
+ parentName:name |
+ parentCallback:parentCallback |
+ hideParamTOC:hideParamTOC/}} |
{{?parameters}} |
<dd> |
<dl> |
@@ -39,5 +26,5 @@ |
</dl> |
</dd> |
{{/returns}} |
-</div> |
+</tr> |
{{/parameter}} |