{% set class = objects[0] %} {% if class.is_class %}

Scope: {{ class.definition }}

{% for o in class.children %} {# if o.is_member #} {% if public and o.prot=="public" or private and o.prot=="private" %} {% if o.briefdescription or all %} {% endif %} {% endif %} {# endif #} {% endfor %}
MemberDescription
{{ o|ref }}{{ o.briefdescription }}
{% else %}
WARNING! {{ class }} is not a class, but {{ class.type }}.
{% endif %}