From 11c7d2d2574e488aee42968e91e8534bf9c71e03 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 10 Nov 2005 19:26:48 +0000 Subject: - exclude non-*.c/*.h - do not index tests subdir --- Source/charon/documentation.DoxyFile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/charon/documentation.DoxyFile') diff --git a/Source/charon/documentation.DoxyFile b/Source/charon/documentation.DoxyFile index 79cad2b64..2468a1faf 100644 --- a/Source/charon/documentation.DoxyFile +++ b/Source/charon/documentation.DoxyFile @@ -136,11 +136,11 @@ WARN_LOGFILE = INPUT = ./ -FILE_PATTERNS = +FILE_PATTERNS = *.c *.h RECURSIVE = YES -EXCLUDE = +EXCLUDE = tests EXCLUDE_SYMLINKS = NO -- cgit v1.2.3