diff options
author | 2010-03-23 15:44:39 +0000 | |
---|---|---|
committer | 2010-03-23 16:23:39 +0000 | |
commit | 933905c255e67f85ad93aba46f134c2e558610ad (patch) | |
tree | f61ce6a283acd927e65e6deae8cf335725eb4b9d | |
parent | 6120e9e4b11c4c35c25114a2d985630a973df62b (diff) | |
download | paludis-933905c255e67f85ad93aba46f134c2e558610ad.tar.gz paludis-933905c255e67f85ad93aba46f134c2e558610ad.tar.xz |
update for newer doxygen
-rw-r--r-- | doc/api/cplusplus/doxygen.conf.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/api/cplusplus/doxygen.conf.in b/doc/api/cplusplus/doxygen.conf.in index 8803e11..a26ce8d 100644 --- a/doc/api/cplusplus/doxygen.conf.in +++ b/doc/api/cplusplus/doxygen.conf.in @@ -608,9 +608,7 @@ EXCLUDE_SYMLINKS = YES # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = *-sr.* \ - *-se.* \ - *-impl.hh \ +EXCLUDE_PATTERNS = *-impl.hh \ *_TEST.hh # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names |