From 66dc6c2d0e80965229e0b6a77196291ac4085aa9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 15 Apr 2011 14:52:36 +0200 Subject: [PATCH] Disabled HAVE_DOT in doxygen.conf --- doc/doxygen.conf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 5a9cd06..ac36e1c 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -1143,7 +1143,8 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = YES +# ts B10415: dot causes sigsegv on Debian buildd +HAVE_DOT = NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and