blob: 658784c573afd8584129f9c866879a75b52d3adc [file] [log] [blame]
{% for m in proto.messages %}
name: {{ m.name }}
fields:
{%- for f in m.fields %}
{{ f.name }}:
type: {{ f.type }}
description: {{ f.options.help_text }}
{%- endfor %}
{% endfor %}