API(template class) : Add space after static keyword (#3131)
This commit is contained in:
parent
11aae79372
commit
d6a91c6bb5
|
@ -22,7 +22,7 @@ div(layout="row" layout-xs="column" class="ng-cloak")
|
|||
{% if doc.statics.length %}
|
||||
div(layout="column")
|
||||
{% for member in doc.statics %}{% if not member.internal %}
|
||||
pre(class="prettyprint no-bg-with-indent") static
|
||||
pre(class="prettyprint no-bg-with-indent") static
|
||||
a(class="code-anchor" href="#{$ member.name $}-anchor")
|
||||
code(class="code-background api-doc-code") {$ member.name | indent(6, false) | trim $}
|
||||
code(class="api-doc-code") {$ params.paramList(member.parameters) | indent(8, false) | trim $}{$ params.returnType(member.returnType) $}
|
||||
|
|
Loading…
Reference in New Issue