Blame templates/html/htmlhierarchy.tpl

Packit 1c1d7e
{% extend 'htmlbase.tpl' %}
Packit 1c1d7e
{% block content %}
Packit 1c1d7e
Packit 1c1d7e
Packit 1c1d7e

{{ tr.classHierarchyDescription }}

Packit 1c1d7e
{% if config.HAVE_DOT and config.GRAPHICAL_HIERARCHY %}
Packit 1c1d7e

{{ tr.gotoGraphicalHierarchy }}

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