mirror of git://gcc.gnu.org/git/gcc.git
basic_string.h, [...]: Doxygen fixes.
2004-11-19 Jonathan Wakely <redi@gcc.gnu.org> * include/bits/basic_string.h, include/bits/locale_classes.h, include/bits/valarray_after.h, include/bits/valarray_before.h, include/ext/stdio_sync_filebuf.h, include/std/std_algorithm.h, include/std/std_functional.h, include/std/std_memory.h, include/std/std_numeric.h: Doxygen fixes. From-SVN: r90979
This commit is contained in:
parent
b10cf17380
commit
20fff8cd7c
|
@ -1,3 +1,11 @@
|
||||||
|
2004-11-19 Jonathan Wakely <redi@gcc.gnu.org>
|
||||||
|
|
||||||
|
* include/bits/basic_string.h, include/bits/locale_classes.h,
|
||||||
|
include/bits/valarray_after.h, include/bits/valarray_before.h,
|
||||||
|
include/ext/stdio_sync_filebuf.h, include/std/std_algorithm.h,
|
||||||
|
include/std/std_functional.h, include/std/std_memory.h,
|
||||||
|
include/std/std_numeric.h: Doxygen fixes.
|
||||||
|
|
||||||
2004-11-19 Paolo Carlini <pcarlini@suse.de>
|
2004-11-19 Paolo Carlini <pcarlini@suse.de>
|
||||||
|
|
||||||
* testsuite/22_locale/time_get/get_date/char/1.cc: In the checks
|
* testsuite/22_locale/time_get/get_date/char/1.cc: In the checks
|
||||||
|
|
|
@ -257,8 +257,7 @@ namespace std
|
||||||
// Data Members (public):
|
// Data Members (public):
|
||||||
// NB: This is an unsigned type, and thus represents the maximum
|
// NB: This is an unsigned type, and thus represents the maximum
|
||||||
// size that the allocator can hold.
|
// size that the allocator can hold.
|
||||||
/// @var
|
/// Value returned by various member functions when they fail.
|
||||||
/// Value returned by various member functions when they fail.
|
|
||||||
static const size_type npos = static_cast<size_type>(-1);
|
static const size_type npos = static_cast<size_type>(-1);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
// ISO C++ 14882: 22.1 Locales
|
// ISO C++ 14882: 22.1 Locales
|
||||||
//
|
//
|
||||||
|
|
||||||
/** @file localefwd.h
|
/** @file locale_classes.h
|
||||||
* This is an internal header file, included by other library headers.
|
* This is an internal header file, included by other library headers.
|
||||||
* You should not attempt to use it directly.
|
* You should not attempt to use it directly.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
|
// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
|
||||||
|
|
||||||
/** @file valarray_meta.h
|
/** @file valarray_after.h
|
||||||
* This is an internal header file, included by other library headers.
|
* This is an internal header file, included by other library headers.
|
||||||
* You should not attempt to use it directly.
|
* You should not attempt to use it directly.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
|
// Written by Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
|
||||||
|
|
||||||
/** @file valarray_meta.h
|
/** @file valarray_before.h
|
||||||
* This is an internal header file, included by other library headers.
|
* This is an internal header file, included by other library headers.
|
||||||
* You should not attempt to use it directly.
|
* You should not attempt to use it directly.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
// invalidate any other reasons why the executable file might be covered by
|
// invalidate any other reasons why the executable file might be covered by
|
||||||
// the GNU General Public License.
|
// the GNU General Public License.
|
||||||
|
|
||||||
/** @file ext/stdiostream.h
|
/** @file ext/stdio_sync_filebuf.h
|
||||||
* This file is a GNU extension to the Standard C++ Library.
|
* This file is a GNU extension to the Standard C++ Library.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
* purpose. It is provided "as is" without express or implied warranty.
|
* purpose. It is provided "as is" without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @file algorithm
|
/** @file
|
||||||
* This is a Standard C++ Library header. You should @c #include this header
|
* This is a Standard C++ Library header. You should @c #include this header
|
||||||
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
|
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @file functional
|
/** @file
|
||||||
* This is a Standard C++ Library header. You should @c #include this header
|
* This is a Standard C++ Library header. You should @c #include this header
|
||||||
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
|
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @file memory
|
/** @file
|
||||||
* This is a Standard C++ Library header. You should @c #include this header
|
* This is a Standard C++ Library header. You should @c #include this header
|
||||||
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
|
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
|
||||||
*/
|
*/
|
||||||
|
@ -255,7 +255,7 @@ namespace std
|
||||||
* specification here, but omitting it is standard conforming. Its
|
* specification here, but omitting it is standard conforming. Its
|
||||||
* presence can be detected only if _Tp::~_Tp() throws, but this is
|
* presence can be detected only if _Tp::~_Tp() throws, but this is
|
||||||
* prohibited. [17.4.3.6]/2
|
* prohibited. [17.4.3.6]/2
|
||||||
* @end maint
|
* @endif
|
||||||
*/
|
*/
|
||||||
~auto_ptr() { delete _M_ptr; }
|
~auto_ptr() { delete _M_ptr; }
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
* purpose. It is provided "as is" without express or implied warranty.
|
* purpose. It is provided "as is" without express or implied warranty.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @file numeric
|
/** @file
|
||||||
* This is a Standard C++ Library header. You should @c #include this header
|
* This is a Standard C++ Library header. You should @c #include this header
|
||||||
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
|
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue