From 41cffa3c8b126570203e32c2024d5a8f439b529e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 3 Aug 2012 18:21:38 +0200 Subject: doc: Remove build/ from doxygen config or it will not work in brew. Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Sat Aug 4 16:31:22 CEST 2012 on sn-devel-104 --- lib/talloc/doxy.config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/talloc') diff --git a/lib/talloc/doxy.config b/lib/talloc/doxy.config index 4237ef5f11..0e27d61299 100644 --- a/lib/talloc/doxy.config +++ b/lib/talloc/doxy.config @@ -718,10 +718,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = */.git/* \ - */.svn/* \ - */cmake/* \ - */build/* +EXCLUDE_PATTERNS = */.git/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the -- cgit