{%- if doc.decorators.length %}

Annotations

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