emmylua_doc_cli 0.22.0

A command-line tool for generating lua documentation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# alias {{ doc.name }}
---
{% if doc.namespace %}
- namespace: {{ doc.namespace }}
{% endif %}

{% if doc.display %}
{{ doc.display }}
{% endif %}

{% if doc.property.description %}
{{ doc.property.description }}
{% endif %}