| Index: chrome/common/extensions/docs/templates/private/callback.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/callback.html b/chrome/common/extensions/docs/templates/private/callback.html
|
| index c6a52bcbc6c4c35d64bb6d5abb51d15b009d5109..11c7a99faf9f5d14db8eee3103fceb4eccf6951c 100644
|
| --- a/chrome/common/extensions/docs/templates/private/callback.html
|
| +++ b/chrome/common/extensions/docs/templates/private/callback.html
|
| @@ -9,6 +9,9 @@
|
| {{/}}
|
| </p>
|
| <pre>function({{#parameters}}{{+partials.variable_type}} {{name}}{{^last}}, {{/}}{{/}}) <span class="subdued">{...}</span>;</pre>
|
| +{{?description}}<p>
|
| + {{description}}
|
| +</p>{{/}}
|
| <dl>
|
| {{#parameters}}{{+partials.parameter_full}}{{/}}
|
| </dl>
|
|
|