summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-12-27 17:43:10 +0100
committerDaniel Elstner <daniel.kitta@gmail.com>2009-12-27 17:43:10 +0100
commit9052647e67e037c3694687bdb4484616bef90bca (patch)
treec607f34ad07b81406898e93a63c4d4b2090a7b27
parente0a95276edc2c719c0e11260899066c685d7bfb6 (diff)
downloadsigc++-9052647e67e037c3694687bdb4484616bef90bca.tar.gz
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.
-rw-r--r--ChangeLog11
-rw-r--r--docs/reference/Doxyfile.in6
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