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

Side by Side Diff: chrome/common/extensions/docs/templates/private/function_signature.html

Issue 92143003: Docserver: Reorganise the site templates into a single site.html file which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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>{{?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}}, {{/}}{{/}}) 7 <span>{{?r:function.returns}}{{+partials.variable_type type:r/}} {{/}}{{?api}}{{ api.namespace}}.{{/}}{{?parentName}}{{parentName}}.{{/}}{{function.name}}</span> ({{#p:function.parameters}}{{+partials.parameter_item parameter:p/}}{{^p.last}}, {{/}}{{/}})
8 </div> 8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698