Loading Documentations
{% for chapter_id, chapter in CHAPTERS.items %}
{% for section_id, section in chapter.sections.items %}
{% endfor %}
{% endfor %}
{% if section.title != None %}
{% if info.description_count > 0 %}
{% endfor %}
{% if section.parameters_count > 0 %}
{{ section.title }}
{% endif %} {% if section.description_count > 0 %}{% for word in section.description %} {% for key, value in word.styles.items %}{% endfor %} {% endfor %} {% endif %} {% if section.attributes_count > 0 %}
Attributes
{% endif %} {% for id, info in section.attributes.items %}{{info.id}}
{% for format in info.format %}{{format}}
{% endfor %}{% for word in info.description %} {% for key, value in word.styles.items %}{% endfor %} {% endfor %} {% endif %}
Parameters
{% endif %} {% for id, info in section.parameters.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 %}