diff options
author | David Robillard <d@drobilla.net> | 2011-11-11 01:10:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-11 01:10:17 +0000 |
commit | 36ba4214a69a75fab994ec92d16aaf685c238002 (patch) | |
tree | 7efb6bd2d6374081efb4b1f5658c16a246f74804 | |
parent | cb8967dd41ccd8fe25a8eb19d66f53c75daf0e8d (diff) | |
download | lv2-36ba4214a69a75fab994ec92d16aaf685c238002.tar.xz |
Remove Doxygen dependence on graphviz/dot which we don't use anyway.
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1368,7 +1368,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 # By default doxygen will write a font called FreeSans.ttf to the output # directory and reference it in all dot files that doxygen generates. This |