chore: add support for multiline annotations in the API
This commit is contained in:
parent
dba3a8f9c9
commit
d1e6a24987
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue