blob: 2d55f432b47a98128a5dfcac7b9a1f75f5317102 [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 %}
+++ {{ m.name }}.txt
{% endfor %}