API(template class) : Add space after static keyword (#3131)

This commit is contained in:
William KOZA 2017-02-09 18:42:19 +01:00 committed by Jules Kremer
parent 11aae79372
commit d6a91c6bb5
1 changed files with 1 additions and 1 deletions

View File

@ -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) $}