OSDN Git Service

2002-05-21 Phil Edwards <pme@gcc.gnu.org>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 2002 20:45:00 +0000 (20:45 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 2002 20:45:00 +0000 (20:45 +0000)
* 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

libstdc++-v3/ChangeLog
libstdc++-v3/docs/doxygen/user.cfg.in

index c4a4fe1..9cbf92d 100644 (file)
@@ -1,5 +1,9 @@
 2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
 
+       * docs/doxygen/user.cfg.in (EXCLUDE):  Add 'CVS'.
+
+2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
+
        * include/bits/stl_vector.h:  Reformat to follow C++STYLE.
        Doxygenate all public members.  Reorder to follow 14882.
        (vector::push_back(void)):  Remove previously-deprecated fn.
index c045075..3a47fff 100644 (file)
@@ -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