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

Unified Diff: chrome/common/extensions/docs/templates/private/property.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/property.html
diff --git a/chrome/common/extensions/docs/templates/private/property.html b/chrome/common/extensions/docs/templates/private/property.html
index 78a4030ff483792d3abf83113564905b7c894c22..e068247a231a218111cd3fb1f1a3c2fee1722c80 100644
--- a/chrome/common/extensions/docs/templates/private/property.html
+++ b/chrome/common/extensions/docs/templates/private/property.html
@@ -1,24 +1,26 @@
+{{#property}}
<dt>
<span class="variable">{{name}}</span>
<span class="property">
(
{{?optional}}<span class="optional">optional</span>{{/}}
- {{+partials.variable_type}}
+ {{+partials.variable_type type:property/}}
)
</span>
</dt>
<dd>
{{?deprecated}}
- {{+partials.warning_deprecated item:property}}
+ {{+partials.warning_deprecated item:property/}}
{{/deprecated}}
{{?description}}
{{{description}}}
{{/description}}
-{{+partials.enum_descriptions values:enum_values}}
+{{+partials.enum_descriptions enums:enum_values/}}
{{?array.is_object}}
<h5>Properties of each object in <span class="variable">{{name}}</span></h5>
<dl>
- {{+partials.type @:array}}
+ {{+partials.type type:array/}}
</dl>
{{/array.is_object}}
</dd>
+{{/property}}

Powered by Google App Engine
This is Rietveld 408576698