diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-07-11 19:35:49 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-07-11 19:35:49 +0000 |
commit | 669f7a035a384894ac482e00c291d393a21ba2d0 (patch) | |
tree | b6c312cb36e69c0b3262c4a293e9e8e6c03ab7ce /libstdc++-v3/libmath | |
parent | 9acc24a583f1c0026226e8c00a420ec9da04fd56 (diff) | |
download | gcc-669f7a035a384894ac482e00c291d393a21ba2d0.tar.gz |
run_doxygen: Don't keep output from previous run.
2001-07-11 Phil Edwards <pme@sources.redhat.com>
* docs/doxygen/run_doxygen: Don't keep output from previous run.
* docs/doxygen/user.cfg.in: Tweaks.
* include/bits/c++config: Documentation comments for Doxygen.
* include/bits/char_traits.h: Likewise.
* include/bits/limits_generic.h: Likewise.
* include/bits/std_stdexcept.h: Likewise.
* include/bits/stl_pair.h: Likewise.
* libsupc++/exception: Likewise.
* libsupc++/new: Likewise.
* libsupc++/typeinfo: Likewise.
* libmath/Makefile.am: Update and correct copyright.
From-SVN: r43948
Diffstat (limited to 'libstdc++-v3/libmath')
-rw-r--r-- | libstdc++-v3/libmath/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libmath/Makefile.am b/libstdc++-v3/libmath/Makefile.am index e3404fcaadf..951695a6830 100644 --- a/libstdc++-v3/libmath/Makefile.am +++ b/libstdc++-v3/libmath/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the math subdirectory of the GNU C++ Standard library. ## -## Copyright (C) 1997, 1998, 1999, 2000 Cygnus Solutions +## Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. |