And sort out docs gen too
This commit is contained in:
parent
53052228df
commit
2c8c9c9928
5 changed files with 22 additions and 13 deletions
|
@ -2,4 +2,7 @@
|
|||
| -- | -- |
|
||||
{%- for type, definition in xap.term_definitions | dictsort %}
|
||||
| _{{ type }}_ | {{ definition }} |
|
||||
{%- endfor %}
|
||||
{%- for type, definition in xap.types | 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