parent
1e723e6647
commit
69e9c80ec3
@ -0,0 +1,7 @@ |
||||
{%- for item in xap.documentation.order -%} |
||||
{%- if not item[0:1] == '!' -%} |
||||
{{ xap.documentation.get(item) }} |
||||
{% else %} |
||||
{%- include item[1:] %} |
||||
{% endif %} |
||||
{% endfor %} |
@ -0,0 +1,9 @@ |
||||
|{% for bitnum, bitinfo in xap.response_flags.bits | dictsort | reverse %} Bit {{ bitnum }} |{% endfor %} |
||||
|{% for bitnum, bitinfo in xap.response_flags.bits | dictsort | reverse %} -- |{% endfor %} |
||||
|{% for bitnum, bitinfo in xap.response_flags.bits | dictsort | reverse %} `{{ bitinfo.define }}` |{%- endfor %} |
||||
|
||||
{% for bitnum, bitinfo in xap.response_flags.bits | dictsort | reverse %} |
||||
{%- if bitinfo.define != "-" -%} |
||||
* Bit {{ bitnum }} (`{{ bitinfo.define }}`): {{ bitinfo.description }} |
||||
{% endif %} |
||||
{%- endfor %} |
@ -0,0 +1,5 @@ |
||||
| Name | Definition | |
||||
| -- | -- | |
||||
{%- for type, definition in xap.term_definitions | dictsort %} |
||||
| _{{ type }}_ | {{ definition }} | |
||||
{%- endfor %} |
@ -0,0 +1,5 @@ |
||||
| Name | Definition | |
||||
| -- | -- | |
||||
{%- for type, definition in xap.type_docs | dictsort %} |
||||
| _{{ type }}_ | {{ definition }} | |
||||
{%- endfor %} |
Loading…
Reference in new issue