{%- if doc.decorators.length %}

Annotations

{%- for decorator in doc.decorators %} @{$ decorator.name $}({$ decorator.arguments $}) {%- if not decorator.notYetDocumented %} {$ decorator.description | marked $} {%- endif %} {%- endfor %}
{%- endif -%}