[libsigc++2] Disable collaboration graphs in documentation



commit 9052647e67e037c3694687bdb4484616bef90bca
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sun Dec 27 17:43:10 2009 +0100

    Disable collaboration graphs in documentation
    
    * docs/reference/Doxyfile.in (CLASS_DIAGRAMS): Enable.  Contrary to
    what the Doxygen documentation says, no dot class inheritance graphs
    will be generated if both CLASS_DIAGRAMS and COLLABORATION_GRAPH are
    set to NO.
    (COLLABORATION_GRAPH), (GROUP_GRAPHS): Turn off additional graphs to
    reduce the noise.

 ChangeLog                  |   11 +++++++++++
 docs/reference/Doxyfile.in |    6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5885f67..7861141 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-12-27  Daniel Elstner  <daniel kitta gmail com>
+
+	Disable collaboration graphs in documentation
+
+	* docs/reference/Doxyfile.in (CLASS_DIAGRAMS): Enable.  Contrary to
+	what the Doxygen documentation says, no dot class inheritance graphs
+	will be generated if both CLASS_DIAGRAMS and COLLABORATION_GRAPH are
+	set to NO.
+	(COLLABORATION_GRAPH), (GROUP_GRAPHS): Turn off additional graphs to
+	reduce the noise.
+
 2009-10-26  Armin Burgmeier  <armin arbur net>
 
 	* sigc++config.h: Move the first five definitions to the !SIGC_MSC
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 5a09d59..b09b9a7 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -253,7 +253,7 @@ PERL_PATH              = @PERL@
 #---------------------------------------------------------------------------
 # Configuration options related to the dot tool
 #---------------------------------------------------------------------------
-CLASS_DIAGRAMS         = NO
+CLASS_DIAGRAMS         = YES
 MSCGEN_PATH            =
 HIDE_UNDOC_RELATIONS   = NO
 HAVE_DOT               = YES
@@ -261,8 +261,8 @@ DOT_FONTNAME           = FreeSans
 DOT_FONTSIZE           = 10
 DOT_FONTPATH           =
 CLASS_GRAPH            = YES
-COLLABORATION_GRAPH    = YES
-GROUP_GRAPHS           = YES
+COLLABORATION_GRAPH    = NO
+GROUP_GRAPHS           = NO
 UML_LOOK               = NO
 TEMPLATE_RELATIONS     = YES
 INCLUDE_GRAPH          = NO



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