| Index: chrome/common/extensions/docs/templates/private/variable_type.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/variable_type.html b/chrome/common/extensions/docs/templates/private/variable_type.html
|
| index 0b9f232de94771815982d0099b8cbb4f2922aef4..9534f5ad7292dc9a7a02d910608a6d66f89044cb 100644
|
| --- a/chrome/common/extensions/docs/templates/private/variable_type.html
|
| +++ b/chrome/common/extensions/docs/templates/private/variable_type.html
|
| @@ -18,7 +18,14 @@ array of {{+partials.variable_type type:array/}}
|
| {{simple_type}}
|
| {{/simple_type}}
|
| {{?enum_values}}
|
| -enum of {{#e:enum_values}}{{?e.last}}or {{/}}<code>"{{e.name}}"</code>{{^e.last}}, {{/}}{{/}}
|
| +enum of
|
| +{{#e:enum_values}}
|
| + {{^e.last}}
|
| + <code>"{{e.name}}"</code>,
|
| + {{:e.last}}
|
| + {{^e.first}}or {{/e.first}}<code>"{{e.name}}"</code>
|
| + {{/e.last}}
|
| +{{/}}
|
| {{/enum_values}}
|
| {{?value}}
|
| <code>{{value}}</code>
|
|
|