2017-01-27 09:51:41 -05:00
|
|
|
{%- if doc.decorators.length %}
|
2017-04-20 15:20:27 -04:00
|
|
|
<section class="annotations api-section">
|
|
|
|
<div class="api-section-header">
|
|
|
|
<h2>Annotations</h2>
|
|
|
|
</div>
|
|
|
|
<div class="annotation api-section-content">
|
2017-01-27 09:51:41 -05:00
|
|
|
{%- for decorator in doc.decorators %}
|
|
|
|
<pre class="prettyprint no-bg">
|
|
|
|
<code>@{$ decorator.name $}{$ params.paramList(decorator.arguments) | indent(10, false) $}</code>
|
|
|
|
</pre>
|
|
|
|
{%- if not decorator.notYetDocumented %}{$ decorator.description | marked $}{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{% endif %}
|