aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/stdio_sync_filebuf.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2004-11-23 09:18:41 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2004-11-23 09:18:41 +0000
commit00aca6e83ae577b520f810aaf7197c30c2eaf1a0 (patch)
treedd4eb2800fa7ed1cad2ed83efc3840252823267c /libstdc++-v3/include/ext/stdio_sync_filebuf.h
parent402fbd4d555fc7a879927a70f1190f74bfabfe85 (diff)
downloadgcc-00aca6e83ae577b520f810aaf7197c30c2eaf1a0.zip
gcc-00aca6e83ae577b520f810aaf7197c30c2eaf1a0.tar.gz
gcc-00aca6e83ae577b520f810aaf7197c30c2eaf1a0.tar.bz2
locale_facets.h (isspace, [...]): Add doxygen markup.
2004-11-22 Benjamin Kosnik <bkoz@redhat.com> * include/bits/locale_facets.h (isspace, isprint, isupper, islower, isalpha, isdigit, ispunct, isxdigit, isalnum, isgraph, toupper, tolower): Add doxygen markup. (codecvt_byname, ctype_byname, numpunct_byname, collate_byname, time_get_byname, time_put_byname, moneypunct_byname, messages_byname): Same. * include/std/std_fstream.h: Remove superfluous markup. * include/std/std_sstream.h: Same. * include/std/std_streambuf.h: Same. * include/ext/enc_filebuf.h: Adjust markup. * include/ext/stdio_filebuf.h: Same. * include/ext/stdio_sync_filebuf.h: Same. * include/bits/codecvt.h: Same. * config/os/gnu-linux/ctype_base.h: Same. * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same. * include/tr1/array: Add markup. * include/tr1/tuple: Same. * docs/doxygen/run_doxygen: Print arguments. * docs/doxygen/user.cfg.in: Tweaks. From-SVN: r91080
Diffstat (limited to 'libstdc++-v3/include/ext/stdio_sync_filebuf.h')
-rw-r--r--libstdc++-v3/include/ext/stdio_sync_filebuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/stdio_sync_filebuf.h b/libstdc++-v3/include/ext/stdio_sync_filebuf.h
index ca84543..ee51488 100644
--- a/libstdc++-v3/include/ext/stdio_sync_filebuf.h
+++ b/libstdc++-v3/include/ext/stdio_sync_filebuf.h
@@ -46,7 +46,7 @@
namespace __gnu_cxx
{
- /// @brief Class stdio_sync_filebuf.
+ /// @brief class stdio_sync_filebuf.
template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits>
{