From f00468f45b72e2693b79af30665f683967deb5a7 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Tue, 7 Feb 2012 15:59:38 +0100 Subject: * restructered document generation. Now only the functions of the daemon are generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing --- cmake/DoxyFile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/DoxyFile.in b/cmake/DoxyFile.in index bb1ef58..a885866 100644 --- a/cmake/DoxyFile.in +++ b/cmake/DoxyFile.in @@ -663,7 +663,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */test/* */Plugin*/* # 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 v1.2.1