From 0eb95b0d69b0f1cb862fe9f0021282a273c1ddd7 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Wed, 10 Feb 2010 05:45:24 +0000 Subject: streambuf: Adjust doxygen group markup. 2010-02-09 Benjamin Kosnik * 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 --- libstdc++-v3/include/ext/stdio_sync_filebuf.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libstdc++-v3/include/ext/stdio_sync_filebuf.h') diff --git a/libstdc++-v3/include/ext/stdio_sync_filebuf.h b/libstdc++-v3/include/ext/stdio_sync_filebuf.h index de44fdc..84a8c26 100644 --- a/libstdc++-v3/include/ext/stdio_sync_filebuf.h +++ b/libstdc++-v3/include/ext/stdio_sync_filebuf.h @@ -43,7 +43,14 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx) - /// class stdio_sync_filebuf. + /** + * @brief Provides a layer of compatibility for C. + * @ingroup io + * + * This GNU extension provides extensions for working with standard + * C FILE*'s. It must be instantiated by the user with the type of + * character used in the file stream, e.g., stdio_filebuf. + */ template > class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> { -- cgit v1.1