diff options
author | Jonathan Wakely <redi@gcc.gnu.org> | 2004-11-21 13:16:24 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2004-11-21 13:16:24 +0000 |
commit | 20fff8cd7c51aa392a6dac477002afdf68df5efd (patch) | |
tree | c8ea2285e94a1429b3983726764df6e3cc678ceb | |
parent | b10cf17380989f567ba00bf933b2ce93635a0a3a (diff) | |
download | gcc-20fff8cd7c51aa392a6dac477002afdf68df5efd.tar.gz |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/basic_string.h | 3 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/locale_classes.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/valarray_after.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/valarray_before.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/ext/stdio_sync_filebuf.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/std/std_algorithm.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/std/std_functional.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/std/std_memory.h | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/std/std_numeric.h | 2 |
10 files changed, 18 insertions, 11 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f8a62726657..6158511a806 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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> * testsuite/22_locale/time_get/get_date/char/1.cc: In the checks diff --git a/libstdc++-v3/include/bits/basic_string.h b/libstdc++-v3/include/bits/basic_string.h index ecca1f52378..f0949b4e5fc 100644 --- a/libstdc++-v3/include/bits/basic_string.h +++ b/libstdc++-v3/include/bits/basic_string.h @@ -257,8 +257,7 @@ namespace std // Data Members (public): // NB: This is an unsigned type, and thus represents the maximum // 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); private: diff --git a/libstdc++-v3/include/bits/locale_classes.h b/libstdc++-v3/include/bits/locale_classes.h index 374834292f4..f6d3668c33a 100644 --- a/libstdc++-v3/include/bits/locale_classes.h +++ b/libstdc++-v3/include/bits/locale_classes.h @@ -32,7 +32,7 @@ // ISO C++ 14882: 22.1 Locales // -/** @file localefwd.h +/** @file locale_classes.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/bits/valarray_after.h b/libstdc++-v3/include/bits/valarray_after.h index d3482e4cd04..af77c6a8f6c 100644 --- a/libstdc++-v3/include/bits/valarray_after.h +++ b/libstdc++-v3/include/bits/valarray_after.h @@ -30,7 +30,7 @@ // 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. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/bits/valarray_before.h b/libstdc++-v3/include/bits/valarray_before.h index e1576f07d42..f83c2fd79a9 100644 --- a/libstdc++-v3/include/bits/valarray_before.h +++ b/libstdc++-v3/include/bits/valarray_before.h @@ -30,7 +30,7 @@ // 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. * You should not attempt to use it directly. */ diff --git a/libstdc++-v3/include/ext/stdio_sync_filebuf.h b/libstdc++-v3/include/ext/stdio_sync_filebuf.h index 78b12e70a9a..ca845431a11 100644 --- a/libstdc++-v3/include/ext/stdio_sync_filebuf.h +++ b/libstdc++-v3/include/ext/stdio_sync_filebuf.h @@ -27,7 +27,7 @@ // invalidate any other reasons why the executable file might be covered by // 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. */ diff --git a/libstdc++-v3/include/std/std_algorithm.h b/libstdc++-v3/include/std/std_algorithm.h index 40e6246ce7f..c66a6209fda 100644 --- a/libstdc++-v3/include/std/std_algorithm.h +++ b/libstdc++-v3/include/std/std_algorithm.h @@ -53,7 +53,7 @@ * 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 * in your programs, rather than any of the "st[dl]_*.h" implementation files. */ diff --git a/libstdc++-v3/include/std/std_functional.h b/libstdc++-v3/include/std/std_functional.h index 6819f20b6f0..c6bff378fb0 100644 --- a/libstdc++-v3/include/std/std_functional.h +++ b/libstdc++-v3/include/std/std_functional.h @@ -41,7 +41,7 @@ * */ -/** @file functional +/** @file * 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. */ diff --git a/libstdc++-v3/include/std/std_memory.h b/libstdc++-v3/include/std/std_memory.h index e9a7c273679..6f88549a319 100644 --- a/libstdc++-v3/include/std/std_memory.h +++ b/libstdc++-v3/include/std/std_memory.h @@ -41,7 +41,7 @@ * */ -/** @file memory +/** @file * 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. */ @@ -255,7 +255,7 @@ namespace std * specification here, but omitting it is standard conforming. Its * presence can be detected only if _Tp::~_Tp() throws, but this is * prohibited. [17.4.3.6]/2 - * @end maint + * @endif */ ~auto_ptr() { delete _M_ptr; } diff --git a/libstdc++-v3/include/std/std_numeric.h b/libstdc++-v3/include/std/std_numeric.h index 88661e9f5a4..303ac8505f6 100644 --- a/libstdc++-v3/include/std/std_numeric.h +++ b/libstdc++-v3/include/std/std_numeric.h @@ -53,7 +53,7 @@ * 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 * in your programs, rather than any of the "st[dl]_*.h" implementation files. */ |