From 0d2c30aeeef73fc6f1d0296e3c441b447a22ae71 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Mon, 29 Sep 2014 11:47:04 +0000 Subject: [PATCH] - disable dot -> have simpler (and faster) inheritance graphs --- cmake/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Doxyfile.in b/cmake/Doxyfile.in index 20d5c2244..e0b13bdad 100644 --- a/cmake/Doxyfile.in +++ b/cmake/Doxyfile.in @@ -1627,7 +1627,7 @@ HIDE_UNDOC_RELATIONS = NO # 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 +HAVE_DOT = NO # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is # allowed to run in parallel. When set to 0 (the default) doxygen will -- GitLab