{{ comment.type }}
{{ comment.name }} {{ comment.from }}
{{ comment.directions }}
{% if comment.param? %} arguments- {% for i in comment.param %}
{{ i.type }}
{{ i.name }} {{ i.directions }} {% endfor %}
{{ comment.return.type }}
{{ comment.return.directions }}
- {% for usecase in comment.usecases %}
- {{ usecase }} {% endfor %}