From 1ce4aab13ce7b6ad6eff79dc9a943c83dfc447a5 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 18 Mar 2012 20:10:47 +0000 Subject: [PATCH] Disable callgraphs for the time being Per Yuvi, most people don't need them, and are a PITA on a slow connection I'd be happy to re-enable them if we can get them on hyperlinks or subpages or some such {{BeBold}} --- maintenance/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index b7c1e5e860..aeb2e9d932 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -345,8 +345,8 @@ UML_LOOK = NO TEMPLATE_RELATIONS = NO INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES -CALL_GRAPH = YES -CALLER_GRAPH = YES +CALL_GRAPH = NO +CALLER_GRAPH = NO GRAPHICAL_HIERARCHY = YES DIRECTORY_GRAPH = YES DOT_IMAGE_FORMAT = png -- 2.20.1