OLD | NEW |
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> |
OLD | NEW |