{% set class = objects[0] %}
Member | Description | 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 %} |