Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / function_signature.html
blob40f3f0bc102778ab0cecadaabba2b2d9154bcfd5
1 {{- Parameters:
2 |api|: the schema for the API that the function belongs to
3 |function|: the schema for the function
4 |parentName|: name of the parent object of the function
5 -}}
6 <div class="line">
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>