- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / private / function_signature.html
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>{{?function.returns}}{{+partials.variable_type}} {{/}}{{?api}}{{+partials.api_namespace api:api}}{{/}}{{?parentName}}{{parentName}}.{{/}}{{function.name}}</span>({{#function.parameters}}{{+partials.parameter_item}}{{^last}}, {{/}}{{/}})
8 </div>