chore(not yet documented): remove placeholder to reduce noise

This commit is contained in:
Eric Jimenez
2016-04-27 11:47:01 -04:00
parent a9730db70d
commit 1ac2a42308
6 changed files with 18 additions and 25 deletions
@@ -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 %}