2017-01-27 14:51:41 +00:00
|
|
|
{%- if doc.decorators.length %}
|
2017-04-24 10:49:37 -07:00
|
|
|
<div class="annotations api-section">
|
2017-04-20 12:20:27 -07:00
|
|
|
<h2>Annotations</h2>
|
2017-01-27 14:51:41 +00: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 %}
|
2017-04-24 10:49:37 -07:00
|
|
|
</div>
|
2017-01-27 14:51:41 +00:00
|
|
|
{% endif %}
|