aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen.cfg
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-04 17:18:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-04 17:18:39 +0000
commit26dae2148a9bd84b42cb838e7a456e58fe7cb2bc (patch)
tree845b876e6255a75a45ab7498864de1aa7f7ae4ac /doxygen.cfg
parent3135922644c6bf3dbfeb153a1accda705a68aaab (diff)
downloadwireshark-26dae2148a9bd84b42cb838e7a456e58fe7cb2bc.tar.gz
wireshark-26dae2148a9bd84b42cb838e7a456e58fe7cb2bc.tar.bz2
wireshark-26dae2148a9bd84b42cb838e7a456e58fe7cb2bc.zip
use the dot tool
svn path=/trunk/; revision=11106
Diffstat (limited to 'doxygen.cfg')
-rw-r--r--doxygen.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen.cfg b/doxygen.cfg
index 410ff3c0cb..ac4cf5eaca 100644
--- a/doxygen.cfg
+++ b/doxygen.cfg
@@ -850,7 +850,7 @@ INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = GNUC_FORMAT_CHECK(a,b,c)
+PREDEFINED = GNUC_FORMAT_CHECK(a,b,c) HAVE_LIBPCAP
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
@@ -933,7 +933,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 = NO
+HAVE_DOT = YES
# 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