UNPKG

dgeni-markdown

Version:

dgeni markdown template for generating documentation from source code

14 lines (9 loc) 265 B
{%- if doc.properties %} ## Properties {%- for property in doc.properties %} ### {$ property.name $} | Type | Description | | :--: | :--: | | {$ property.typeExpression | esc $} | {$ property.description | esc | marked | nobr $} | {% endfor -%} {%- endif -%}