From d293e88b1f3e04d15c030f4ceeef947e97674857 Mon Sep 17 00:00:00 2001 From: Arto Jonsson Date: Thu, 11 Jun 2009 20:26:12 +0300 Subject: [PATCH] Update Doxygen exclude patterns. --- docs/api/api.doxygen | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/api/api.doxygen b/docs/api/api.doxygen index fdc62e5..26f94a5 100644 --- a/docs/api/api.doxygen +++ b/docs/api/api.doxygen @@ -607,9 +607,11 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = */.svn/* \ +EXCLUDE_PATTERNS = */.obj/* \ */.moc/* \ - */.rcc/* + */.rcc/* \ + */tests/* \ + */ui_* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the -- 2.11.4.GIT