aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/streambuf
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2010-02-10 05:45:24 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2010-02-10 05:45:24 +0000
commit0eb95b0d69b0f1cb862fe9f0021282a273c1ddd7 (patch)
tree20c4f88ab26e67ce8d55f69aece783ccac97217d /libstdc++-v3/include/std/streambuf
parent52f126782f91d7277e11864fb53d4d7eb769bcc2 (diff)
downloadgcc-0eb95b0d69b0f1cb862fe9f0021282a273c1ddd7.zip
gcc-0eb95b0d69b0f1cb862fe9f0021282a273c1ddd7.tar.gz
gcc-0eb95b0d69b0f1cb862fe9f0021282a273c1ddd7.tar.bz2
streambuf: Adjust doxygen group markup.
2010-02-09 Benjamin Kosnik <bkoz@redhat.com> * include/std/streambuf: Adjust doxygen group markup. * include/std/functional: Same. * include/ext/vstring.h: Same. * include/ext/pb_ds/assoc_container.hpp: Same. * include/ext/stdio_filebuf.h: Same. * include/ext/stdio_sync_filebuf.h: Same. * include/bits/localefwd.h: Same. * include/bits/functional_hash.h: Same. * include/bits/locale_classes.h: Same. * include/bits/locale_facets.h: Same. * include/bits/ios_base.h: Same. * include/bits/codecvt.h: Same. * include/bits/locale_facets_nonio.h: Same. * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers. * testsuite/27_io/ios_base/cons/copy_neg.cc: Same. From-SVN: r156644
Diffstat (limited to 'libstdc++-v3/include/std/streambuf')
-rw-r--r--libstdc++-v3/include/std/streambuf1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/streambuf b/libstdc++-v3/include/std/streambuf
index ac8767e..178a1e7 100644
--- a/libstdc++-v3/include/std/streambuf
+++ b/libstdc++-v3/include/std/streambuf
@@ -52,6 +52,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
/**
* @brief The actual work of input and output (interface).
+ * @ingroup io
*
* This is a base class. Derived stream buffers each control a
* pair of character sequences: one for input, and one for output.