aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2007-09-12 15:33:43 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2007-09-12 15:33:43 +0000
commit94dabea7286d9e974c309c8b0a2e3b98d4c09891 (patch)
tree9f55796ddda3d0b1bad26f25a4f16049ae9d9778
parent773c14678dd9c1632ee742d135c06419d1f32596 (diff)
downloadgcc-94dabea7286d9e974c309c8b0a2e3b98d4c09891.zip
gcc-94dabea7286d9e974c309c8b0a2e3b98d4c09891.tar.gz
gcc-94dabea7286d9e974c309c8b0a2e3b98d4c09891.tar.bz2
find.h: Doxygen fixups.
2007-09-12 Benjamin Kosnik <bkoz@redhat.com> * include/parallel/find.h: Doxygen fixups. * include/bits/hashtable.h: Same. From-SVN: r128440
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/bits/hashtable.h2
-rw-r--r--libstdc++-v3/include/parallel/find.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6beffdb..37a7f5d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-12 Benjamin Kosnik <bkoz@redhat.com>
+
+ * include/parallel/find.h: Doxygen fixups.
+ * include/bits/hashtable.h: Same.
+
2007-09-11 Johannes Singler <singler@ira.uka.de>
Leonor Frias Moya <lfrias@lsi.upc.edu>
Felix Putze <kontakt@felix-putze.de>
diff --git a/libstdc++-v3/include/bits/hashtable.h b/libstdc++-v3/include/bits/hashtable.h
index d1da5fdd..7942d3f 100644
--- a/libstdc++-v3/include/bits/hashtable.h
+++ b/libstdc++-v3/include/bits/hashtable.h
@@ -27,7 +27,7 @@
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.
-/** @file hashtable.h
+/** @file bits/hashtable.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/parallel/find.h b/libstdc++-v3/include/parallel/find.h
index 42f179f..d3fd1bc 100644
--- a/libstdc++-v3/include/parallel/find.h
+++ b/libstdc++-v3/include/parallel/find.h
@@ -1,4 +1,4 @@
-/// -*- C++ -*-
+// -*- C++ -*-
// Copyright (C) 2007 Free Software Foundation, Inc.
//