X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Finclude%2Fbits%2Fgslice_array.h;fp=libstdc%2B%2B-v3%2Finclude%2Fbits%2Fgslice_array.h;h=7f0325b1891ce3431d9b207f52ed00d4f74efe19;hb=97a32de0ded2d9cbdce65c5828c14280e73b9bdf;hp=55ddc3b17cefa277cec0e9a58bb37f15cd136beb;hpb=e7853abb8f149ed3fb3d1ff484caed19b54f5690;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/include/bits/gslice_array.h b/libstdc++-v3/include/bits/gslice_array.h index 55ddc3b17ce..7f0325b1891 100644 --- a/libstdc++-v3/include/bits/gslice_array.h +++ b/libstdc++-v3/include/bits/gslice_array.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- gslice_array class. -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2004, 2005 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2004, 2005, 2009 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -43,6 +43,11 @@ _GLIBCXX_BEGIN_NAMESPACE(std) /** + * @addtogroup numeric_arrays + * @{ + */ + + /** * @brief Reference to multi-dimensional subset of an array. * * A gslice_array is a reference to the actual elements of an array @@ -209,6 +214,8 @@ _DEFINE_VALARRAY_OPERATOR(>>, __shift_right) #undef _DEFINE_VALARRAY_OPERATOR + // @} group numeric_arrays + _GLIBCXX_END_NAMESPACE #endif /* _GSLICE_ARRAY_H */