summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/iostream
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2009-03-11 15:16:21 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2009-03-11 15:16:21 +0000
commit5df9ac4b3966bb8c78b41c1130edfb2679b02d41 (patch)
tree2d921e38a28a1166773bf7645ae6ee979343eabb /libstdc++-v3/include/std/iostream
parent6d401294731cea0c5a98f14d3d03637c52acb42b (diff)
downloadgcc-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/iostream2
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 &lt;iostream&gt; 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