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

Unified Diff: chrome/common/extensions/docs/templates/private/function.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/function.html
diff --git a/chrome/common/extensions/docs/templates/private/function.html b/chrome/common/extensions/docs/templates/private/function.html
index 472ad0e203b46f57358691b0dcee3649b7fa49f0..f295ead16f03e4e47693e6100a531b3dbf2c258a 100644
--- a/chrome/common/extensions/docs/templates/private/function.html
+++ b/chrome/common/extensions/docs/templates/private/function.html
@@ -1,7 +1,8 @@
+{{!function The function to render}}
<div>
- <h4 id="{{?id}}{{id}}{{:}}{{?parentId}}{{parentId}}-{{name}}{{/}}{{/}}">
- {{name}}
+ <h4 id="{{?function.id}}{{function.id}}{{:}}{{?parentId}}{{parentId}}-{{function.name}}{{/}}{{/}}">
+ {{function.name}}
</h4>
- {{+partials.warning_deprecated item:@}}
- {{+partials.function_details function:@ parentName:parentName api:api}}
+ {{+partials.warning_deprecated item:function/}}
+ {{+partials.function_details function:function parentName:parentName api:api/}}
</div>

Powered by Google App Engine
This is Rietveld 408576698