fix doxygen generation

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12405 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
ulfl 2004-10-27 04:46:17 +00:00
parent df1595f500
commit 4ae7b30adf
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.