Use slightly more unique data name

This commit is contained in:
zvecr 2022-03-31 23:31:01 +01:00
parent 2c8c9c9928
commit e111b9d017
3 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@
{%- for type, definition in xap.term_definitions | dictsort %}
| _{{ type }}_ | {{ definition }} |
{%- endfor %}
{%- for type, definition in xap.types | dictsort %}
{%- for type, definition in xap.type_definitions | dictsort %}
| _{{ definition.name }}_ | {{ definition.description }}{% if 'struct' == definition.type %} Takes the format:{% for item in definition.struct_members %}<br>`{{ item.type }}` - {{ item.name }}{%- endfor %}{% endif %} |
{%- endfor %}