[pangomm] Reenable hierarchy graphs for each class



commit 392f01a3788e23e6dc8de346bc32d77b12e37da1
Author: Daniel Elstner <danielk openismus com>
Date:   Wed Aug 26 18:57:22 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 b51cc19..222fbf0 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.25.1:
 
 2009-08-25  Murray Cumming  <murrayc murrayc com>
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 1500eb5..080a668 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -265,7 +265,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]