summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-27 04:46:17 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-27 04:46:17 +0000
commitde1852ed3b92695a22e9e28ddd8f89ec622fcafd (patch)
treebfe36ccfb402aef8cda4500af03fb9d3aa171d54
parente0bbf855d9f0fd59028cbca824843d8c780d99be (diff)
downloadwireshark-de1852ed3b92695a22e9e28ddd8f89ec622fcafd.tar.gz
fix doxygen generation
svn path=/trunk/; revision=12405
-rw-r--r--doxygen.cfg.in2
-rw-r--r--doxygen_global.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 4c3c397153..c0df746e4f 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -42,7 +42,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE = gtk2.tmp
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
# that are symbolic links (a Unix filesystem feature) are excluded from the input.
diff --git a/doxygen_global.cfg b/doxygen_global.cfg
index ac4cf5eaca..0ec4546051 100644
--- a/doxygen_global.cfg
+++ b/doxygen_global.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) HAVE_LIBPCAP
+PREDEFINED = GNUC_FORMAT_CHECK(a,b,c) HAVE_LIBPCAP _U_=
# 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.