emmylua_doc_cli 0.22.0

A command-line tool for generating lua documentation.
Documentation
# index

{% if types %}
## Types
{% for item in types %}
- [{{ item.name }}]({{ item.file }}){% endfor %}
{% endif %}

{% if modules %}
## Modules
{% for item in modules -%}
- [{{ item.name }}]({{ item.file }})
{% endfor %}
{% endif %}

{% if globals %}
## Globals
{% for item in globals -%}
- [{{ item.name }}]({{ item.file }})
{% endfor %}
{% endif %}