{{ documentName }} Documentation

{% for comment in allComment %}

{{ comment.type }} {{ comment.name }} {{ comment.from }}

{{ comment.directions }}

{% if comment.param? %} arguments {% endif %} {% if comment.return? %} return {% endif %}{% if comment.usecases.length? %} useCases {% endif %}{% endfor %}