[gtkmm] Documentation: Do not show colloboration diagrams.



commit 95dc6421dd135e03aa35f665fcc5a020cab42ad3
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Sep 19 09:52:27 2011 +0200

    Documentation: Do not show colloboration diagrams.
    
    * docs/reference/Doxyfile.in: Do not show colloboration diagrams. We seem to
    have started showing these a while ago, though I have no idea why. They just
    get in the way.

 ChangeLog                  |    8 ++++++++
 docs/reference/Doxyfile.in |    6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1940d04..952291d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-09-19  Murray Cumming  <murrayc murrayc com>
+
+	Documentation: Do not show colloboration diagrams.
+
+	* docs/reference/Doxyfile.in: Do not show colloboration diagrams. We seem to 
+	have started showing these a while ago, though I have no idea why. They just 
+	get in the way.
+
 3.1.90:
 
 2011-09-14  Murray Cumming  <murrayc murrayc com>
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index a22f636..3d51d1b 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -279,12 +279,12 @@ CLASS_DIAGRAMS         = NO
 MSCGEN_PATH            =
 HIDE_UNDOC_RELATIONS   = NO
 HAVE_DOT               = YES
-DOT_FONTNAME           = FreeSans
+DOT_FONTNAME           = Sans
 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]