diff options
author | Jonathan Robie <jonathan@apache.org> | 2010-07-29 15:14:59 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2010-07-29 15:14:59 +0000 |
commit | cd99fb87cde7d8975fc3aa855bd153ec84b94e55 (patch) | |
tree | 435bdd6cbb378989ab36bdb5b8227963b3ed300e | |
parent | f1287f3f166afb838a4ffa32ac51476b61bdfbfb (diff) | |
download | qpid-python-cd99fb87cde7d8975fc3aa855bd153ec84b94e55.tar.gz |
Turned off Graphviz
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980466 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/docs/api/developer.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/api/developer.doxygen.in b/cpp/docs/api/developer.doxygen.in index 7765a8e3d3..47c2bddc24 100644 --- a/cpp/docs/api/developer.doxygen.in +++ b/cpp/docs/api/developer.doxygen.in @@ -1094,7 +1094,7 @@ HIDE_UNDOC_RELATIONS = NO # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = YES +HAVE_DOT = NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and |