[gtkmm] Reenable hierarchy graphs for each class



commit 500081654c24d4f4c9fc3c95d045fe052f924bca
Author: Daniel Elstner <danielk openismus com>
Date:   Wed Aug 26 18:58:42 2009 +0200

    Reenable hierarchy graphs for each class
    
    * docs/reference/Doxyfile.in (COLLABORATION_GRAPH): Set option
    to YES to enable the per-class inheritance graphs.

 ChangeLog                  |    7 +++++++
 docs/reference/Doxyfile.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 59b0785..3e57a87 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.17.9:
 
 2009-08-25  Daniel Elstner  <danielk openismus com>
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 5ac3e22..ac715e4 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -289,7 +289,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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]