api-builder: fix jade whitespace issues in the API templates

This commit is contained in:
Peter Bacon Darwin
2015-11-10 18:34:23 +00:00
parent bc7a17c4f6
commit 0f61ea288f
3 changed files with 4 additions and 10 deletions
@@ -8,7 +8,7 @@ include ../../_util-fns
h2(class="function export")
pre.prettyprint
code.
export {$ doc.name $}{$ paramList(doc.parameters) | indent(4, true) | trim $}{$ returnType(doc.returnType) $}
export {$ doc.name $}{$ paramList(doc.parameters) | indent(8, true) | trim $}{$ returnType(doc.returnType) $}
p.location-badge.
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }