OLD | NEW |
1 {{!function The function to render}} | 1 {{!function The function to render}} |
2 <div> | 2 <div> |
3 <h4 id="{{?function.id}}{{function.id}}{{:}}{{?parentId}}{{parentId}}-{{functi
on.name}}{{/}}{{/}}"> | 3 {{?parentName}}<h4{{:}}<h3{{/}} |
4 {{function.name}} | 4 {{- Might be an anonymous function. -}} |
5 </h4> | 5 {{?function.id}}id="{{function.id}}"{{/}} |
| 6 {{?hideParamTOC}}title=""{{/}}>{{function.name}} |
| 7 {{?parentName}}</h4>{{:}}</h3>{{/}} |
6 {{+partials.warning_deprecated item:function/}} | 8 {{+partials.warning_deprecated item:function/}} |
7 {{+partials.function_details function:function parentName:parentName api:api/}
} | 9 {{+partials.function_details |
| 10 function:function |
| 11 parentName:parentName |
| 12 api:api/}} |
8 </div> | 13 </div> |
OLD | NEW |