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 708da886c8c572fd778025c2b468b5b6a9d73188..0117f2e2d9ac69e906a261bcd43d468724b23bf2 100644 |
--- a/chrome/common/extensions/docs/templates/private/variable_type.html |
+++ b/chrome/common/extensions/docs/templates/private/variable_type.html |
@@ -1,20 +1,20 @@ |
-{{?link}} |
-{{+partials.ref_link}} |
-{{/link}} |
+{{#type}} |
+{{?link +partials.ref_link link:link/}} |
{{?choices}} |
-{{#choices}} |
-{{+partials.variable_type}}{{^@.last}} or {{/}} |
+{{#c:choices}} |
+{{+partials.variable_type type:c/}}{{^c.last}} or {{/}} |
{{/choices}} |
{{/choices}} |
{{?array}} |
-array of {{+partials.variable_type}} |
+array of {{+partials.variable_type type:array/}} |
{{/array}} |
{{?simple_type}} |
{{simple_type}} |
{{/simple_type}} |
{{?enum_values}} |
-enum of {{#enum_values}}{{?@.last}}or {{/}}<code>"{{name}}"</code>{{^@.last}}, {{/}}{{/}} |
+enum of {{#e:enum_values}}{{?e.last}}or {{/}}<code>"{{name}}"</code>{{^e.last}}, {{/}}{{/}} |
{{/enum_values}} |
{{?value}} |
<code>{{value}}</code> |
{{/value}} |
+{{/type}} |