diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-10 19:26:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-10 19:26:48 +0000 |
commit | 11c7d2d2574e488aee42968e91e8534bf9c71e03 (patch) | |
tree | 155695949de280e1bac0df7d21d98b7e6d097a2a /Source/charon/documentation.DoxyFile | |
parent | 283ac6ef01fea644e5fffe1c037180e6938cf997 (diff) | |
download | strongswan-11c7d2d2574e488aee42968e91e8534bf9c71e03.tar.bz2 strongswan-11c7d2d2574e488aee42968e91e8534bf9c71e03.tar.xz |
- exclude non-*.c/*.h
- do not index tests subdir
Diffstat (limited to 'Source/charon/documentation.DoxyFile')
-rw-r--r-- | Source/charon/documentation.DoxyFile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |