Index: chrome/common/extensions/docs/templates/private/enum_descriptions.html |
diff --git a/chrome/common/extensions/docs/templates/private/enum_descriptions.html b/chrome/common/extensions/docs/templates/private/enum_descriptions.html |
index 9bbe4f56d8eef3abb590aa66553aead21bafa03b..832ad4496a168066488a94083e77ebeb4e98eeb3 100644 |
--- a/chrome/common/extensions/docs/templates/private/enum_descriptions.html |
+++ b/chrome/common/extensions/docs/templates/private/enum_descriptions.html |
@@ -1,12 +1,12 @@ |
-{{?values}} |
- {{#values}} |
- {{?@.description}} |
+{{?enums}} |
+ {{#enum:enums}} |
+ {{?enum.description}} |
<dl> |
- <dt>{{name}}</dt> |
+ <dt>{{enum.name}}</dt> |
<dd> |
- {{{description}}} |
+ {{{enum.description}}} |
</dd> |
</dl> |
- {{/@.description}} |
- {{/values}} |
-{{/values}} |
+ {{/enum.description}} |
+ {{/enums}} |
+{{/enums}} |