From 50e9c89566b1234c864d411dce82c5fe1d86fa48 Mon Sep 17 00:00:00 2001 From: David Abram Cargill <cargilld@apache.org> Date: Sun, 24 Apr 2005 19:33:50 +0000 Subject: [PATCH] Remove collaboration graph from apiDocs. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176388 13f79535-47bb-0310-9956-ffa450edef68 --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 1adb4b267..32e1e2050 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1047,7 +1047,7 @@ CLASS_GRAPH = YES # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. -COLLABORATION_GRAPH = YES +COLLABORATION_GRAPH = NO # If the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similiar to the OMG's Unified Modeling -- GitLab