diff options
author | David Robillard <d@drobilla.net> | 2009-05-28 21:36:11 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-28 21:36:11 +0000 |
commit | ce2e40f296f9360291ebbfd0fabc4b6c06b715c4 (patch) | |
tree | 68f52ffc20b0c0b857a1a870dac09c198709024d /doc | |
parent | 6300f2e3624e6fd6c4d6869b24a35740f920f37b (diff) | |
download | ingen-ce2e40f296f9360291ebbfd0fabc4b6c06b715c4.tar.gz ingen-ce2e40f296f9360291ebbfd0fabc4b6c06b715c4.tar.bz2 ingen-ce2e40f296f9360291ebbfd0fabc4b6c06b715c4.zip |
Rename RequestObjectEvent GetEvent.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2036 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 8 |
1 files changed, 4 insertions, 4 deletions
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 |