chore(not yet documented): remove placeholder to reduce noise
This commit is contained in:
@@ -13,9 +13,7 @@ include {$ relativePath(doc.path, '_util-fns') $}
|
||||
code.
|
||||
export {$ doc.name $}{$ paramList(doc.parameters) | indent(8, true) | trim $}{$ returnType(doc.returnType) $}
|
||||
:marked
|
||||
{%- if doc.notYetDocumented %}
|
||||
*Not yet documented*
|
||||
{% else %}
|
||||
{%- if not doc.notYetDocumented %}
|
||||
{$ doc.description | indentForMarkdown(6) | trimBlankLines $}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user