{% extend 'htmlbase.tpl' %} {% block content %}

{{ tr.classHierarchyDescription }}

{% if config.HAVE_DOT and config.GRAPHICAL_HIERARCHY %}

{{ tr.gotoGraphicalHierarchy }}

{% endif %}
{% indexentry nav name=tr.classHierarchy file=page.fileName anchor='' isReference=False separateIndex=True addToIndex=True %} {% opensubindex nav %} {% with tree=classHierarchy %} {% include 'htmldirtree.tpl' %} {% endwith %} {% closesubindex nav %}
{% endblock %}