summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-26 18:55:42 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-26 18:55:42 +0200
commit78df11328019217ee23bfff4ccddff30531d95d6 (patch)
tree87f3d92e759cc149fddf9d944d083e92f89c0878
parente635ff1ba2d5009c1ce9bd542b52f81474de74fd (diff)
downloadglibmm-78df11328019217ee23bfff4ccddff30531d95d6.tar.gz
Reenable hierarchy graphs for each class
* docs/reference/Doxyfile.in (COLLABORATION_GRAPH): Set option to YES to enable the per-class inheritance graphs.
-rw-r--r--ChangeLog7
-rw-r--r--docs/reference/Doxyfile.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f65a47ac..0646af23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-08-26 Daniel Elstner <danielk@openismus.com>
+
+ Reenable hierarchy graphs for each class
+
+ * docs/reference/Doxyfile.in (COLLABORATION_GRAPH): Set option
+ to YES to enable the per-class inheritance graphs.
+
2.21.4:
2009-08-25 Jonathon Jongsma <jonathon@quotidian.org>
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 8e3707a6..6bcf166c 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -275,7 +275,7 @@ DOT_FONTNAME = FreeSans
DOT_FONTSIZE = 10
DOT_FONTPATH =
CLASS_GRAPH = YES
-COLLABORATION_GRAPH = NO
+COLLABORATION_GRAPH = YES
GROUP_GRAPHS = YES
UML_LOOK = NO
TEMPLATE_RELATIONS = YES