| 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 38e95d6af760f3788612a51347bae2e1709061a6..abde44e0611e4405000b2ba391f8d1522ac7d5eb 100644
|
| --- a/chrome/common/extensions/docs/templates/private/property.html
|
| +++ b/chrome/common/extensions/docs/templates/private/property.html
|
| @@ -3,6 +3,7 @@
|
| <span class="property">
|
| (
|
| {{?optional}}<span class="optional">optional</span>{{/}}
|
| + {{?inline_type}}<code>{{{inline_type}}}</code>{{/inline_type}}
|
| {{+partials.variable_type}}
|
| )
|
| </span>
|
| @@ -10,3 +11,6 @@
|
| {{?description}}<dd>
|
| {{{description}}}
|
| </dd>{{/description}}
|
| +{{?extended_description}}<dd>
|
| + {{{extended_description}}}
|
| +</dd>{{/extended_description}}
|
|
|