diff options
author | Enrico Zini <enrico@enricozini.org> | 2009-09-29 15:25:44 +0100 |
---|---|---|
committer | Enrico Zini <enrico@enricozini.org> | 2009-09-29 15:25:44 +0100 |
commit | 0dd62dcddb8d75d9bf7f64b514236920bcea91ae (patch) | |
tree | 5a11828bad2b3b9eee38eb55a0da3134895b98fa /doc | |
parent | 05ba346357197c9da118641c4096dc06f5a880c4 (diff) | |
download | libept-0dd62dcddb8d75d9bf7f64b514236920bcea91ae.tar.gz |
Disabled graphviz-generated class diagrams in the documentation, and removed build-dependency on graphviz. Closes: #524604
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libept.dox.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libept.dox.in b/doc/libept.dox.in index 5110b8d..390f1b4 100644 --- a/doc/libept.dox.in +++ b/doc/libept.dox.in @@ -1022,7 +1022,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 |