summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 16:57:30 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-10 18:55:21 +0100
commit99522ebebf4d2f1c6073e1508182bf1190670713 (patch)
tree7d7815ef64e37e4ea9a8e36002485398a9c4a1fc
parent76ce676201847170d997bb13f1c0acc6b6c9046f (diff)
downloadtdepim-99522ebebf4d2f1c6073e1508182bf1190670713.tar.gz
tdepim-99522ebebf4d2f1c6073e1508182bf1190670713.zip
Fix inadvertent tq changes.
(cherry picked from commit 1ec1567dd556eb393541a44f82cf44f02ce7d455)
-rw-r--r--doc/api/Doxyfile.pim4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/Doxyfile.pim b/doc/api/Doxyfile.pim
index 96e93c7d..89f3f130 100644
--- a/doc/api/Doxyfile.pim
+++ b/doc/api/Doxyfile.pim
@@ -431,8 +431,8 @@ EXCLUDE_SYMLINKS = NO
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
-EXCLUDE_PATTERNS = *.tqmoc.* \
- tqmoc* \
+EXCLUDE_PATTERNS = *.moc.* \
+ moc* \
*.all_cpp.* \
*unload.* \
*/test/* \