diff options
author | lloyd <[email protected]> | 2010-06-07 22:05:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-07 22:05:35 +0000 |
commit | a6bea82e65315d3e266766a5cb6c01744bbfffbb (patch) | |
tree | 3dd37d891c7ef7ac2cb49c6d5d97e5b444e4b547 /src/build-data | |
parent | 9f5053a3e43c025c409ef31e33cf0d8b52f4f375 (diff) |
Exclude Python/Perl wrappers from Doxygen output
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/botan.doxy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in index 1775d8981..711950b6e 100644 --- a/src/build-data/botan.doxy.in +++ b/src/build-data/botan.doxy.in @@ -83,7 +83,7 @@ FILE_PATTERNS = RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */wrap/* EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = |