summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-08-28 08:20:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-08-28 08:20:26 (GMT)
commitabe254fbe2235f5b913653acd076d2acd579d5e1 (patch)
tree2fb6321e6b6ce62b0ee3b3a81f16ebba033e8b41 /templates
parent43a0883022f64539498b84220d487b16ffd49a7e (diff)
downloadDoxygen-abe254fbe2235f5b913653acd076d2acd579d5e1.zip
Doxygen-abe254fbe2235f5b913653acd076d2acd579d5e1.tar.gz
Doxygen-abe254fbe2235f5b913653acd076d2acd579d5e1.tar.bz2
Added support for directory dependency graphs to template engine
Diffstat (limited to 'templates')
-rw-r--r--templates/html/htmldir.tpl13
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/html/htmldir.tpl b/templates/html/htmldir.tpl
index 7417f7b..a399759 100644
--- a/templates/html/htmldir.tpl
+++ b/templates/html/htmldir.tpl
@@ -45,7 +45,18 @@
{% endif %}
{% endif %}
{# dir graph #}
-{# TODO #}
+ {% if compound.hasDirGraph %}
+ {% with obj=compound %}
+ {% include 'htmldynheader.tpl' %}
+ {% endwith %}
+ {{ tr.dirDependencyGraphFor:compound.dirName }}
+ </div>
+ {% with obj=compound %}
+ {% include 'htmldyncontents.tpl' %}
+ {% endwith %}
+ {{ compound.dirGraph }}
+ </div>
+ {% endif %}
{# member declarations #}
{# directories #}
{% with list=compound.dirs label='subdirs' title=tr.directories local=False %}