{% set class = objects[0] %} {% if class.is_class %} {% 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 %} {{ o|label }}

{{o.name}}

Scope: {{ o.definition }} {{ o.argsstring }} ({{o.prot}})

Summary:{{ o.briefdescription }}

{{ o.detaileddescription|link_refs }}

{% endif %} {% endif %} {# endif #} {% endfor %} {% else %}
WARNING! {{ class }} is not a class, but {{ class.type }}.
{% endif %}