summaryrefslogtreecommitdiff
path: root/templates/html/htmlhierarchy.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlhierarchy.tpl')
-rw-r--r--templates/html/htmlhierarchy.tpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/html/htmlhierarchy.tpl b/templates/html/htmlhierarchy.tpl
deleted file mode 100644
index 3c9d4ea..0000000
--- a/templates/html/htmlhierarchy.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extend 'htmlbase.tpl' %}
-{% block content %}
-<div class="contents">
-<div class="textblock">
-<p>{{ tr.classHierarchyDescription }}</p>
-{% if config.HAVE_DOT and config.GRAPHICAL_HIERARCHY %}
-<p><a href="inherits{{ config.HTML_FILE_EXTENSION }}">{{ tr.gotoGraphicalHierarchy }}</a></p>
-{% endif %}
-</div>
-{% indexentry nav name=tr.classHierarchy file=page.fileName anchor='' isReference=False separateIndex=True addToIndex=True %}
-{% opensubindex nav %}
-{% with tree=classHierarchy treeType='ClassInheritance' %}
- {% include 'htmldirtree.tpl' %}
-{% endwith %}
-{% closesubindex nav %}
-</div>
-{% endblock %}