aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-07-12 13:16:37 +0200
committerAnders Broman <a.broman58@gmail.com>2019-07-12 11:44:51 +0000
commit4cc142ecbc2cb9c4f4b5be6dc93d920688b9fee8 (patch)
tree2345e7d48547ee5328619096500510b5fc6d8b1c /doxygen.cfg.in
parent51464397c82c1a33e4a67adc5aa57bb41c727057 (diff)
doxygen: Exclude files giving warnings.
Change-Id: I731b6bc6c9baf84930ce9ad935403ac40b6bec8f Reviewed-on: https://code.wireshark.org/review/33910 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index d7bdcde1a0..5b173e6f35 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -889,7 +889,9 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = ui/qt/widgets/qcustomplot.cpp
+EXCLUDE = @DOXYGEN_INPUT_DIRECTORY@/ui/qt/widgets/qcustomplot.cpp \
+ @DOXYGEN_INPUT_DIRECTORY@/ui/qt/widgets/qcustomplot.h \
+ @DOXYGEN_INPUT_DIRECTORY@/plugins/epan/pluginifdemo/ui/uiclasshandler.cpp
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -910,7 +912,8 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = \
*/CMakeFiles/* \
*/epan/dissectors/asn1/* \
- */qtui_autogen/*
+ */qtui_autogen/* \
+ *.idl*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the