chore: add support for multiline annotations in the API

This commit is contained in:
Foxandxss 2016-07-04 17:03:20 +02:00
parent dba3a8f9c9
commit d1e6a24987
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ div(layout="row" layout-xs="column" class="row-margin ng-cloak")
div(flex="80" flex-xs="100")
{%- for decorator in doc.decorators %}
pre.prettyprint.no-bg
code(class="api-doc-code")
code(class="api-doc-code").
@{$ decorator.name $}{$ paramList(decorator.arguments) | indent(10, false) $}
:marked
{%- if not decorator.notYetDocumented %}