]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
basic_string.h, [...]: Doxygen fixes.
authorJonathan Wakely <redi@gcc.gnu.org>
Sun, 21 Nov 2004 13:16:24 +0000 (13:16 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 21 Nov 2004 13:16:24 +0000 (13:16 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h
libstdc++-v3/include/bits/locale_classes.h
libstdc++-v3/include/bits/valarray_after.h
libstdc++-v3/include/bits/valarray_before.h
libstdc++-v3/include/ext/stdio_sync_filebuf.h
libstdc++-v3/include/std/std_algorithm.h
libstdc++-v3/include/std/std_functional.h
libstdc++-v3/include/std/std_memory.h
libstdc++-v3/include/std/std_numeric.h

index f8a62726657b3fc371bd4d4d8d0677e04aa3e0ad..6158511a8064354462550f634740c2716a5f45da 100644 (file)
@@ -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
index ecca1f523781472bcabe59150bfbac01abb30e33..f0949b4e5fcb386e3c613a7ab81604732efe7279 100644 (file)
@@ -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:
index 374834292f41d44069861902a9bb3d02b8337a44..f6d3668c33a10766bb15d17d12d04bd6714e57ec 100644 (file)
@@ -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.
  */
index d3482e4cd04af729da503c119cf25dacb743d888..af77c6a8f6c3cbc54e680405f011848f67fcb63d 100644 (file)
@@ -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.
  */
index e1576f07d42cb00449f09f2ffdd0af437e7d286f..f83c2fd79a9f3041d293cf288855cc49952b2a31 100644 (file)
@@ -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.
  */
index 78b12e70a9a403cec61036f8b443c166a819400d..ca845431a112699948834434859fbfdafb16d860 100644 (file)
@@ -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.
  */
 
index 40e6246ce7f9f547a6e6efee804c4997c910c29f..c66a6209fda09880d1a63533eff0d698ce89d68d 100644 (file)
@@ -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.
  */
index 6819f20b6f0fd362f1bb15b1affb9c6ecfd02fcd..c6bff378fb05b45ec1561a8de0147e11fdd08674 100644 (file)
@@ -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.
  */
index e9a7c273679b90264b6c34d2af0bc82bb9adbd70..6f88549a3196730c265000e0628e102f8730854d 100644 (file)
@@ -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; }
       
index 88661e9f5a44d52bacb33418008f46afbf4cedd2..303ac8505f68f77f274bf9488e3dba898cfd8713 100644 (file)
@@ -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.
  */