Matteo Scandolo | 67654fa | 2017-06-09 09:33:17 -0700 | [diff] [blame] | 1 | {% 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 %} |