{% extend 'htmlbase.tpl' %} {% msg %}Generating HTML output for namespace {{ compound.name }}{% endmsg %} {% block navpath %} {% if not config.GENERATE_TREEVIEW %} {% with navpath=compound.navigationPath %} {% include 'htmlnavpath.tpl' %} {% endwith %} {% endif %} {% endblock %} {% block title %} {# write summary links in the title area #}
{{ compound.brief }}
{% endif %} {# details #} {{ compound.details }} {# source definition #} {% if compound.sourceDef %} {% markers obj in compound.sourceDef with tr.definedAtLineInSourceFile %} {% with text=obj.text %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %} {% endif %}