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