UNPKG

dgeni-markdown

Version:

dgeni markdown template for generating documentation from source code

11 lines (7 loc) 256 B
{%- if doc.params %} ### Arguments | Param | Type | Details | | :--: | :--: | :--: | {%- for param in doc.params %} | {$ param.name | esc $} | {$ param.typeExpression | esc $} | {$ param.description | esc | marked | nobr $} |{% endfor -%} {%- endif -%}