{# input: classList #} {% if classList %}
{{ class.compoundType }} {{ class.name }} |
{{ class.brief }}
{% endif %} {# detailed docs #} {{ class.details }} {# source def #} {% if class.sourceDef %} {% markers obj in class.sourceDef with tr.definedAtLineInSourceFile %} {% with text=obj.text %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %} {% endif %}