| Index: chrome/common/extensions/docs/templates/private/function_details.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/function_details.html b/chrome/common/extensions/docs/templates/private/function_details.html
|
| index 9322ce117b7d5ad220b93e55ab69b8a581c92388..63424c36cc19eeb7e098654cd837167d2c4741a6 100644
|
| --- a/chrome/common/extensions/docs/templates/private/function_details.html
|
| +++ b/chrome/common/extensions/docs/templates/private/function_details.html
|
| @@ -11,21 +11,19 @@
|
| </p>
|
| {{/description}}
|
| {{?parameters}}
|
| - <h4 title="">Parameters</h4>
|
| - <dl>
|
| + <table {{?parentName}}class="innerTable"{{/}}>
|
| + <tr><th colspan="3">Parameters</th></tr>
|
| {{#p:parameters}}
|
| {{+partials.parameter_full
|
| parameter:p
|
| parentName:name
|
| + parentCallback:callback
|
| hideParamTOC:true /}}
|
| {{/parameters}}
|
| - </dl>
|
| + </table>
|
| {{/parameters}}
|
| - {{?callback}}
|
| - {{+partials.callback callback:callback/}}
|
| - {{/callback}}
|
| {{?returns.is_object}}
|
| - <h4 title="">Properties of return type</h4>
|
| + <h4 title="">Returns</h4>
|
| {{+partials.type type:returns/}}
|
| {{/returns.is_object}}
|
| </div>
|
|
|