Chromium Code Reviews| 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}} |
|
not at google - send to devlin
2013/04/24 19:36:11
I don't think this is necessary, it's unlikely tha
jshumway
2013/04/25 00:06:58
inlined_type has been removed. I believe this brin
|
| {{+partials.variable_type}} |
| ) |
| </span> |
| @@ -10,3 +11,6 @@ |
| {{?description}}<dd> |
| {{{description}}} |
| </dd>{{/description}} |
| +{{?extended_description}}<dd> |
| + {{{extended_description}}} |
| +</dd>{{/extended_description}} |