{% 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 }}
Scope: {{ o.definition }} {{ o.argsstring }} ({{o.prot}})
Summary:{{ o.briefdescription }}
{{ o.detaileddescription|link_refs }}
{% endif %} {% endif %} {# endif #} {% endfor %} {% else %}