Browse Source

Show template relations for classes.

Displays the subclassing hierarchy also for Vector and Matrix templated
classes.
pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
4a4ba9425c
  1. 2
      Doxyfile

2
Doxyfile

@ -1685,7 +1685,7 @@ UML_LIMIT_NUM_FIELDS = 10
# If set to YES, the inheritance and collaboration graphs will show the # If set to YES, the inheritance and collaboration graphs will show the
# relations between templates and their instances. # relations between templates and their instances.
TEMPLATE_RELATIONS = NO TEMPLATE_RELATIONS = YES
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # 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 # tags are set to YES then doxygen will generate a graph for each documented

Loading…
Cancel
Save