diff options
Diffstat (limited to 'kspread/Doxyfile')
-rw-r--r-- | kspread/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/Doxyfile b/kspread/Doxyfile index 77a61d37..38131dfb 100644 --- a/kspread/Doxyfile +++ b/kspread/Doxyfile @@ -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/* \ |