{{~it.out :item:index}}

{{=item[0].name}}

{{~item :line:i}} {{ if (i > 0) { }} {{ if (line.text) { }}

{{=line.text.join("

")}}

{{ } }} {{ if (line.attr) { }}

Parameters

    {{~line.attr :attr:j}}
  1. {{=attr.name}} {{~attr.type :type:k}}{{=type}} {{~}} {{=attr.desc}}
  2. {{~}}
{{ } }} {{ if (line.html) { }}{{=line.html}} {{ } }} {{ if (line.head) { }}

{{=line.head}}

{{ } }} {{ if (line.code) { }}
{{=line.code.join("\n")}}
{{ } }} {{ if (line.rtrn) { }}

Returns: {{~line.rtrn.type :type:k}} {{=type}} {{~}} {{=line.rtrn.desc}}

{{ } }} {{ if (line.json) { }}
    {{~line.json :a:j}} {{ if (a.key) { }}
  1. {{=a.key}} {{~a.type :type:k}}{{=type}} {{~}} {{=a.desc}}
  2. {{ } else if (a.start) { }}
  3. {{=a.start}}
      {{ } else if (a.end) { }}
  4. {{=a.end}}
  5. {{ } else { }}
  6. {{=a}}
  7. {{ } }} {{~}}
{{ } }} {{ } }} {{~}}
{{~}}