Chromium Code Reviews| 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..db48d634a9b3ec00b96c3516a3d5c065df0c120f 100644 |
| --- a/chrome/common/extensions/docs/templates/private/parameter_full.html |
| +++ b/chrome/common/extensions/docs/templates/private/parameter_full.html |
| @@ -1,23 +1,11 @@ |
| {{#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 |
| + innerTable:innerTable/}} |
| {{?parameters}} |
| <dd> |
| <dl> |
| @@ -25,6 +13,7 @@ |
| {{#p:parameters +partials.parameter_full |
| parameter:p |
| parentName:name |
| + innerTable:true |
|
not at google - send to devlin
2014/01/03 23:30:24
I can't find innerTable used anywhere
Renato Mangini (chromium)
2014/02/06 03:19:17
Good catch. Done.
|
| hideParamTOC:hideParamTOC /}} |
| </dl> |
| {{?callback +partials.callback callback:callback/}} |
| @@ -39,5 +28,5 @@ |
| </dl> |
| </dd> |
| {{/returns}} |
| -</div> |
| +</tr> |
| {{/parameter}} |