aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-27 04:46:17 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-10-27 04:46:17 +0000
commit4ae7b30adf20cc1aa2ecd5e716e26d3b0d8d21cf (patch)
treebfe36ccfb402aef8cda4500af03fb9d3aa171d54 /doxygen.cfg.in
parentdf1595f5008c1009742d313221ad46bad233495f (diff)
fix doxygen generation
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12405 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in2
1 files changed, 1 insertions, 1 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.