From: Phil Edwards Date: Tue, 21 May 2002 20:45:00 +0000 (+0000) Subject: user.cfg.in (EXCLUDE): Add 'CVS'. X-Git-Tag: releases/gcc-3.3.0~4917 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59f801a0dc3b875aaa79f39e3c18796195b3ca01;p=thirdparty%2Fgcc.git user.cfg.in (EXCLUDE): Add 'CVS'. 2002-05-21 Phil Edwards * docs/doxygen/user.cfg.in (EXCLUDE): Add 'CVS'. From-SVN: r53698 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c4a4fe1b28aa..9cbf92d94d4e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-05-21 Phil Edwards + + * docs/doxygen/user.cfg.in (EXCLUDE): Add 'CVS'. + 2002-05-21 Phil Edwards * include/bits/stl_vector.h: Reformat to follow C++STYLE. diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index c04507550b68..3a47fff1cae5 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