aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-23 07:59:30 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-23 07:59:30 +0000
commit6e82157ba48226b5d08b8f6afdb5a04b2ab62cfd (patch)
tree7016146215599ee1284f473b668db01aa4f905e7
parentc02547eff8d35d8cbee7869329820dc582cc3949 (diff)
downloadqxmpp-6e82157ba48226b5d08b8f6afdb5a04b2ab62cfd.tar.gz
* no need to exclude tests.* from documentation, tests are is a separate directory
* exclude moc_* files from documentation
-rw-r--r--doc/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index d59c4aa1..b142d00e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -603,7 +603,7 @@ RECURSIVE = NO
# 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 = tests.h tests.cpp xmlrpc.h xmlrpc.cpp
+EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -617,7 +617,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = */moc_*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the