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

Side by Side Diff: chrome/common/extensions/docs/templates/private/function_signature.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {{- Parameters: 1 {{- Parameters:
2 |api|: the schema for the API that the function belongs to 2 |api|: the schema for the API that the function belongs to
3 |function|: the schema for the function 3 |function|: the schema for the function
4 |parentName|: name of the parent object of the function 4 |parentName|: name of the parent object of the function
5 -}} 5 -}}
6 <div class="line"> 6 <div class="line">
7 <span>{{?function.returns}}{{+partials.variable_type}} {{/}}{{?api}}{{+partials. api_namespace api:api}}{{/}}{{?parentName}}{{parentName}}.{{/}}{{function.name}} </span>({{#function.parameters}}{{+partials.parameter_item}}{{^last}}, {{/}}{{/} }) 7 <span>{{?r:function.returns}}{{+partials.variable_type type:r/}} {{/}}{{?api}}{{ +partials.api_namespace api:api/}}{{/}}{{?parentName}}{{parentName}}.{{/}}{{func tion.name}}</span>({{#p:function.parameters}}{{+partials.parameter_item paramete r:p/}}{{^p.last}}, {{/}}{{/}})
8 </div> 8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698