{{=item[0].name}}⚓➭
84 |{{=line.text.join("
")}}
{{ } }} 91 | {{ if (line.attr) { }}Parameters
93 |-
94 | {{~line.attr :attr:j}}
- {{=attr.name}} 95 | {{~attr.type :type:k}}{{=type}} {{~}} 96 | {{=attr.desc}} 97 | {{~}} 98 |
{{=line.head}}
103 | {{ } }} 104 | {{ if (line.code) { }}{{=line.code.join("\n")}}107 | Returns: 108 | {{~line.rtrn.type :type:k}} 109 | {{=type}} 110 | {{~}} 111 | {{=line.rtrn.desc}} 112 |
113 | {{ } }} 114 | {{ if (line.json) { }}-
115 | {{~line.json :a:j}}
116 | {{ if (a.key) { }}
117 |
- 118 | {{=a.key}} 119 | {{~a.type :type:k}}{{=type}} {{~}} 120 | {{=a.desc}} 121 | 122 | {{ } else if (a.start) { }} 123 |
- {{=a.start}}
-
124 | {{ } else if (a.end) { }}
125 |
- {{=a.end}} 126 | {{ } else { }} 127 |
- {{=a}} 128 | {{ } }} 129 | {{~}} 130 |