chore(doc-gen): fix jade whitespace errors
This commit is contained in:
parent
68a581a04c
commit
cb6fc9c7cb
|
@ -34,7 +34,7 @@ p.location-badge.
|
||||||
{% if doc.constructorDoc.parameters %}
|
{% if doc.constructorDoc.parameters %}
|
||||||
pre.prettyprint
|
pre.prettyprint
|
||||||
code.
|
code.
|
||||||
{$ doc.constructorDoc.name $}{$ paramList(doc.constructorDoc.parameters) | indent(4, true) | trim $}
|
{$ doc.constructorDoc.name $}{$ paramList(doc.constructorDoc.parameters) | indent(8, false) | trim $}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
:markdown
|
:markdown
|
||||||
{$ doc.constructorDoc.description | indent(6, true) | replace('## Example', '') | replace('# Example', '') | trimBlankLines $}
|
{$ doc.constructorDoc.description | indent(6, true) | replace('## Example', '') | replace('# Example', '') | trimBlankLines $}
|
||||||
|
@ -49,7 +49,7 @@ p.location-badge.
|
||||||
{% if member.parameters %}
|
{% if member.parameters %}
|
||||||
pre.prettyprint
|
pre.prettyprint
|
||||||
code.
|
code.
|
||||||
{$ member.name $}{$ paramList(member.parameters) | indent(4, true) | trim $}{$ returnType(doc.returnType) $}
|
{$ member.name $}{$ paramList(member.parameters) | indent(8, false) | trim $}{$ returnType(doc.returnType) $}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
:markdown
|
:markdown
|
||||||
{$ member.description | indent(6, true) | replace('## Example', '') | replace('# Example', '') | trimBlankLines $}
|
{$ member.description | indent(6, true) | replace('## Example', '') | replace('# Example', '') | trimBlankLines $}
|
||||||
|
|
Loading…
Reference in New Issue