From: Benjamin Kosnik Date: Wed, 12 Sep 2007 15:33:43 +0000 (+0000) Subject: find.h: Doxygen fixups. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94dabea7286d9e974c309c8b0a2e3b98d4c09891;p=gcc.git find.h: Doxygen fixups. 2007-09-12 Benjamin Kosnik * include/parallel/find.h: Doxygen fixups. * include/bits/hashtable.h: Same. From-SVN: r128440 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6beffdbb124..37a7f5d1951 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2007-09-12 Benjamin Kosnik + + * include/parallel/find.h: Doxygen fixups. + * include/bits/hashtable.h: Same. + 2007-09-11 Johannes Singler Leonor Frias Moya Felix Putze diff --git a/libstdc++-v3/include/bits/hashtable.h b/libstdc++-v3/include/bits/hashtable.h index d1da5fdde21..7942d3fa165 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 42f179fa6c7..d3fd1bc2ea0 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. //