• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{{!function The function to render}}
2<div>
3  {{?parentName}}<h4{{:}}<h3{{/}}
4      {{- Might be an anonymous function. -}}
5      {{?function.id}}id="{{function.id}}"{{/}}
6      {{?hideParamTOC}}title=""{{/}}>{{function.name}}
7  {{?parentName}}</h4>{{:}}</h3>{{/}}
8  {{+partials.warning_deprecated item:function/}}
9  {{+partials.function_details
10      function:function
11      parentName:parentName
12      api:api/}}
13</div>
14