{% set class = objects[0] %} {% for obj in objects %} {% if obj.is_class %} {% for o in obj.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 %} {% else %} {% if obj.is_function %} {% endif %} {% endif %} {% endfor %}
MemberDescription Pre condition Post condition
{{ o|ref }}{{ o.briefdescription }} {% if o.newfeature %}
NEW!{{o.newfeature[0]}} {% endif %}
{% if o.precondition %}{{ o.precondition[0] }}{% endif %} {% if o.postcondition %}{{ o.postcondition[0] }}{% endif %}
{{ obj|ref }}{{ obj.briefdescription }} {% if obj.newfeature %}
NEW!{{obj.newfeature[0]}} {% endif %}
{% if obj.precondition %}{{ obj.precondition[0] }}{% endif %} {% if obj.postcondition %}{{ obj.postcondition[0] }}{% endif %}