From: Sam Reed Date: Sun, 18 Mar 2012 20:10:47 +0000 (+0000) Subject: Disable callgraphs for the time being X-Git-Tag: 1.31.0-rc.0~24213 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=1ce4aab13ce7b6ad6eff79dc9a943c83dfc447a5;p=lhc%2Fweb%2Fwiklou.git 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}} --- 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