term_definitions.md.j2 442 B

12345678
  1. | Name | Definition |
  2. | -- | -- |
  3. {%- for type, definition in xap.term_definitions | dictsort %}
  4. | _{{ type }}_ | {{ definition }} |
  5. {%- endfor %}
  6. {%- for type, definition in xap.type_definitions | dictsort %}
  7. | _{{ definition.name }}_ | {{ definition.description }}{% if 'struct' == definition.type %} Takes the format:{% for item in definition.struct_members %}<br>`{{ item.type }}` - {{ item.name }}{%- endfor %}{% endif %} |
  8. {%- endfor %}