blob: 658784c573afd8584129f9c866879a75b52d3adc [file] [log] [blame]
Matteo Scandolo67654fa2017-06-09 09:33:17 -07001{% for m in proto.messages %}
2 name: {{ m.name }}
3 fields:
4 {%- for f in m.fields %}
5 {{ f.name }}:
6 type: {{ f.type }}
7 description: {{ f.options.help_text }}
8 {%- endfor %}
9{% endfor %}