From ce2e40f296f9360291ebbfd0fabc4b6c06b715c4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 21:36:11 +0000 Subject: Rename RequestObjectEvent GetEvent. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2036 a436a847-0d15-0410-975c-d299462d15a1 --- doc/reference.doxygen.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/reference.doxygen.in') diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 76e998b8..01abea3d 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -1380,12 +1380,12 @@ 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 GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen # will generate a graph for groups, showing the direct groups dependencies -GROUP_GRAPHS = YES +GROUP_GRAPHS = NO # If the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling @@ -1403,7 +1403,7 @@ TEMPLATE_RELATIONS = YES # file showing the direct and indirect include dependencies of the file with # other documented files. -INCLUDE_GRAPH = YES +INCLUDE_GRAPH = NO # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each @@ -1438,7 +1438,7 @@ GRAPHICAL_HIERARCHY = YES # in a graphical way. The dependency relations are determined by the #include # relations between the files in the directories. -DIRECTORY_GRAPH = YES +DIRECTORY_GRAPH = NO # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, jpg, or gif -- cgit v1.2.1