summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlclass.tpl
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-09-08 14:10:32 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-09-08 14:10:32 (GMT)
commite58fb0a46f73f37d16859f43fda1eb5ba4a15c5d (patch)
treee2c81dd42a25e439ea0055605418732883a173d0 /templates/html/htmlclass.tpl
parent5aa4ade86499ba615da48875a9e7292ddd22c22f (diff)
downloadDoxygen-e58fb0a46f73f37d16859f43fda1eb5ba4a15c5d.zip
Doxygen-e58fb0a46f73f37d16859f43fda1eb5ba4a15c5d.tar.gz
Doxygen-e58fb0a46f73f37d16859f43fda1eb5ba4a15c5d.tar.bz2
Template enhancements and various other small fixes
Diffstat (limited to 'templates/html/htmlclass.tpl')
-rw-r--r--templates/html/htmlclass.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/html/htmlclass.tpl b/templates/html/htmlclass.tpl
index 24694b3..9a2b494 100644
--- a/templates/html/htmlclass.tpl
+++ b/templates/html/htmlclass.tpl
@@ -2,9 +2,11 @@
{% msg %}Generating HTML output for class {{ compound.name }}{% endmsg %}
{% block navpath %}
-{% with navpath=compound.navigationPath %}
- {% include 'htmlnavpath.tpl' %}
-{% endwith %}
+{% if not config.GENERATE_TREEVIEW %}
+ {% with navpath=compound.navigationPath %}
+ {% include 'htmlnavpath.tpl' %}
+ {% endwith %}
+{% endif %}
{% endblock %}
{% block title %}
@@ -378,7 +380,7 @@
{% endif %}
{# member definitions #}
{# inline classes #}
- {% with classList=compound.classes %}
+ {% with classList=compound.innerClasses %}
{% include 'htmlinlineclasses.tpl' %}
{% endwith %}
{# typedefs #}