Loading Documentations
{% for chapter_id, chapter in CHAPTERS.items %}
{% for section_id, section in chapter.sections.items %}
{% endfor %}
{% endfor %}
{% if section.title != None %}
{% if section.type == "section" %}
{% if info.description_count > 0 %}
{% endfor %}
{% if section.attributes_count > 0 %}
{{ section.title }}
{% else %}{{ section.title }}
{% endif %} {% endif %} {% if section.description_count > 0 %}{% for word in section.description %} {% for key, value in word.styles.items %}{% endfor %} {% endfor %} {% endif %} {% if section.parameters_count > 0 %}
Parameters
{% endif %} {% for id, info in section.parameters.items %}{{info.id}}
{% for format in info.format %}{{format}}
{% endfor %} {% if info.required == True %}REQUIRED
{% endif %}{% for word in info.description %} {% for key, value in word.styles.items %}{% endfor %} {% endfor %} {% endif %}
Attributes
{% endif %} {% for id, info in section.attributes.items %} {% endfor %}
{% if section.code_areas_count > 0 %}
{% else %}
{% endif %}
{% for id, info in section.code_areas.items %}
{% endfor %}
{{info.title}}
{{info.subtitle}}
{% for key, value in info.style.items %}
{% endfor %}
{% for language, words in info.words.items %}
{% for word in words %}
{% for key, value in word.styles.items %}{% endfor %}
{% endfor %}
{% endfor %}
Copyright: © Daan van den Bergh 2020. All rights reserved.