{%- if methodList.length -%} {%- if type == 'interface' -%}

Métodos

{%- else -%}

Métodos

{%- endif -%} {% for m in methodList %} {%- if m.description -%} {$ method(m) $} {%- endif -%} {% endfor %} {%- endif -%}