Skip to content

Commit d1e6a24

Browse files
committed
chore: add support for multiline annotations in the API
1 parent dba3a8f commit d1e6a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/api-builder/angular.io-package/templates/class.template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
div(flex="80" flex-xs="100")
7777
{%- for decorator in doc.decorators %}
7878
pre.prettyprint.no-bg
79-
code(class="api-doc-code")
79+
code(class="api-doc-code").
8080
@{$ decorator.name $}{$ paramList(decorator.arguments) | indent(10, false) $}
8181
:marked
8282
{%- if not decorator.notYetDocumented %}

0 commit comments

Comments
 (0)