{{=item[0].name}}⚓➭
{{~item :line:i}}
{{ if (i > 0) { }}
{{ if (line.text) { }}
{{ } }}
{{ if (line.html) { }}{{=line.html}}
{{ } }}
{{ if (line.head) { }}
{{ } }}
{{ if (line.rtrn) { }}
{{=line.text.join("
")}}
{{ } }} {{ if (line.attr) { }}Parameters
-
{{~line.attr :attr:j}}
- {{=attr.name}} {{~attr.type :type:k}}{{=type}} {{~}} {{=attr.desc}} {{~}}
{{=line.head}}
{{ } }} {{ if (line.code) { }}{{=line.code.join("\n")}}
Returns: {{~line.rtrn.type :type:k}} {{=type}} {{~}} {{=line.rtrn.desc}}
{{ } }} {{ if (line.json) { }}-
{{~line.json :a:j}}
{{ if (a.key) { }}
- {{=a.key}} {{~a.type :type:k}}{{=type}} {{~}} {{=a.desc}} {{ } else if (a.start) { }}
- {{=a.start}}
-
{{ } else if (a.end) { }}
- {{=a.end}} {{ } else { }}
- {{=a}} {{ } }} {{~}}