diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2009-03-11 15:16:21 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2009-03-11 15:16:21 +0000 |
commit | 5df9ac4b3966bb8c78b41c1130edfb2679b02d41 (patch) | |
tree | 2d921e38a28a1166773bf7645ae6ee979343eabb /libstdc++-v3/include/std/iostream | |
parent | 6d401294731cea0c5a98f14d3d03637c52acb42b (diff) | |
download | gcc-5df9ac4b3966bb8c78b41c1130edfb2679b02d41.tar.gz |
iostream: Fix doxygen link.
2009-03-11 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/std/iostream: Fix doxygen link.
* include/bits/forward_list.h: Fix doxygen markup.
* include/ext/vstring.h: Escape backslash in doxygen comment.
* include/bits/basic_string.h: Likewise.
From-SVN: r144777
Diffstat (limited to 'libstdc++-v3/include/std/iostream')
-rw-r--r-- | libstdc++-v3/include/std/iostream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/iostream b/libstdc++-v3/include/std/iostream index 5f2f23f1df0..4b702f7daef 100644 --- a/libstdc++-v3/include/std/iostream +++ b/libstdc++-v3/include/std/iostream @@ -53,7 +53,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std) * The <iostream> header declares the eight <em>standard stream * objects</em>. For other declarations, see * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch24.html - * and the @link s27_2_iosfwd I/O forward declarations @endlink + * and the @link iosfwd I/O forward declarations @endlink * * They are required by default to cooperate with the global C library's * @c FILE streams, and to be available during program startup and |