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

Unified Diff: chrome/common/extensions/docs/templates/private/manifest_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/manifest_property.html
diff --git a/chrome/common/extensions/docs/templates/private/manifest_property.html b/chrome/common/extensions/docs/templates/private/manifest_property.html
index fa312d9dfd55c5c179e6c89c64a5ccc33ce94121..f62a98aa98fd5683c678ddafa3297417b4f5a039 100644
--- a/chrome/common/extensions/docs/templates/private/manifest_property.html
+++ b/chrome/common/extensions/docs/templates/private/manifest_property.html
@@ -1,13 +1,15 @@
+{{#property}}
{{?annotations}}
-{{#annotations}}
-<em>// {{@}}</em>
+{{#a:annotations}}
+<em>// {{a}}</em>
{{/annotations}}
{{/annotations}}
{{?documentation}}
"<a href="{{documentation}}">{{name}}</a>":{{:documentation}}
"{{name}}":{{^children}}{{^has_example}} ...{{/}}{{/}}{{/documentation}}
{{?children}} {
-{{#children}}
- {{+partials.manifest_property}}
-{{/}}
+{{#c:children}}
+ {{+partials.manifest_property property:c/}}
+{{/children}}
}{{:children}}{{?has_example}} {{example}}{{/}}{{/}}{{^is_last}},{{/}}
+{{/property}}

Powered by Google App Engine
This is Rietveld 408576698