diff options
Diffstat (limited to 'libstdc++-v3/include/tr1/poly_hermite.tcc')
-rw-r--r-- | libstdc++-v3/include/tr1/poly_hermite.tcc | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/libstdc++-v3/include/tr1/poly_hermite.tcc b/libstdc++-v3/include/tr1/poly_hermite.tcc index 2d8ccfea8d5..9851e8056ed 100644 --- a/libstdc++-v3/include/tr1/poly_hermite.tcc +++ b/libstdc++-v3/include/tr1/poly_hermite.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2007 +// Copyright (C) 2006, 2007, 2008 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -52,14 +52,7 @@ namespace tr1 // [5.2] Special functions - /** - * @ingroup tr1_math_spec_func - * @{ - */ - - // // Implementation-space details. - // namespace __detail { @@ -130,9 +123,6 @@ namespace tr1 } } // namespace std::tr1::__detail - - /* @} */ // group tr1_math_spec_func - } } |