diff options
author | hunt <hunt> | 2005-07-21 20:43:31 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-07-21 20:43:31 +0000 |
commit | beaf71f4a586f4092eea1c64b99705d91ba09522 (patch) | |
tree | a8c06c14b9ceee0e59ed84c18d73a05ee4956b4d /runtime/Doxyfile | |
parent | c294a870e33acef8539f94cc6b22e05d9cd3ed59 (diff) | |
download | systemtap-steved-beaf71f4a586f4092eea1c64b99705d91ba09522.tar.gz systemtap-steved-beaf71f4a586f4092eea1c64b99705d91ba09522.tar.xz systemtap-steved-beaf71f4a586f4092eea1c64b99705d91ba09522.zip |
Set HAVE_DOT to NO.
Diffstat (limited to 'runtime/Doxyfile')
-rw-r--r-- | runtime/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Doxyfile b/runtime/Doxyfile index dfe8f8ff..7b1d802a 100644 --- a/runtime/Doxyfile +++ b/runtime/Doxyfile @@ -1044,7 +1044,7 @@ HIDE_UNDOC_RELATIONS = YES # 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 |