{%- if doc.decorators.length %}

Annotations

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