From 1ec1567dd556eb393541a44f82cf44f02ce7d455 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 16:57:30 -0500 Subject: Fix inadvertent tq changes. --- doc/api/Doxyfile.pim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api') diff --git a/doc/api/Doxyfile.pim b/doc/api/Doxyfile.pim index 897356aa6..62cf67904 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/* \ -- cgit v1.2.1