Use slightly more unique data name
This commit is contained in:
parent
2c8c9c9928
commit
e111b9d017
3 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue