Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: chrome/common/extensions/docs/templates/private/variable_type.html

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}}

Powered by Google App Engine
This is Rietveld 408576698