From 4a4ba9425c01018b54f1b9ce8b3f5bd8acc125c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 22 May 2012 16:52:10 +0200 Subject: [PATCH] Show template relations for classes. Displays the subclassing hierarchy also for Vector and Matrix templated classes. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index fdca5df16..aa6dfa696 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1685,7 +1685,7 @@ UML_LIMIT_NUM_FIELDS = 10 # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. -TEMPLATE_RELATIONS = NO +TEMPLATE_RELATIONS = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented