diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-21 20:45:00 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-21 20:45:00 +0000 |
commit | 2adbd87eeeb244f5ec7a91200da7f90b49c5c5e8 (patch) | |
tree | 82e39dbf5b6882c8be0a241a76b44e8a0ca16f60 /libstdc++-v3/docs/doxygen | |
parent | f7fd47b938006874c4d5e6d839dc6e75bf649470 (diff) | |
download | gcc-2adbd87eeeb244f5ec7a91200da7f90b49c5c5e8.tar.gz |
2002-05-21 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/user.cfg.in (EXCLUDE): Add 'CVS'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53698 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/doxygen')
-rw-r--r-- | libstdc++-v3/docs/doxygen/user.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index c04507550b6..3a47fff1cae 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -323,7 +323,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = Makefile +EXCLUDE = Makefile CVS # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude |