aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2004-11-05 19:58:03 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2004-11-05 19:58:03 +0000
commit6309eefc3dad5883ffc59a6fe55e472b9d88e999 (patch)
treecc0029c71210b825470053ab041bb2d5ee1ce457 /libstdc++-v3/config
parentca0e9281da684a6f811dd602783dce9cbdbf1a7f (diff)
downloadgcc-6309eefc3dad5883ffc59a6fe55e472b9d88e999.zip
gcc-6309eefc3dad5883ffc59a6fe55e472b9d88e999.tar.gz
gcc-6309eefc3dad5883ffc59a6fe55e472b9d88e999.tar.bz2
re PR libstdc++/17218 (unknown subjects in generated libstdc++ manpages)
2004-11-05 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/17218 PR libstdc++/17223 * docs/doxygen/filter: Remove. * docs/doxygen/filter.sed: Remove. * docs/doxygen/mainpage.html: Add link to functions. * docs/doxygen/run_doxygen: Changes due to new source filtering. * docs/doxygen/user.cfg.in: Update to doxygen 1.3.9.1, tweak. * include/bits/allocator.h: Tweaks for doxygen. * include/bits/char_traits.h: Same. * include/bits/codecvt.h: Same. * include/bits/concurrence.h: Same. * include/bits/locale_facets.h: Same. * include/ext/array_allocator.h: Same. * include/ext/debug_allocator.h: Same. * include/ext/malloc_allocator.h: Same. * include/ext/mt_allocator.h: Same. * include/ext/new_allocator.h: Same. * include/ext/pool_allocator.h: Same. * include/ext/stdio_sync_filebuf.h: Same. * include/std/std_memory.h: Same. * include/tr1/array: Same. * include/tr1/tuple: Same. * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same. * config/os/gnu-linux/ctype_base.h: Same. From-SVN: r90137
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h6
-rw-r--r--libstdc++-v3/config/os/gnu-linux/ctype_base.h1
2 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h b/libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h
index ef0923d..3c762a1 100644
--- a/libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h
+++ b/libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h
@@ -39,8 +39,8 @@
// Define this here so codecvt.cc can have _S_max_size definition.
#define _GLIBCXX_USE___ENC_TRAITS 1
- // Extension to use icov for dealing with character encodings,
- // including conversions and comparisons between various character
+ /// @brief Extension to use icov for dealing with character encodings.
+ // This includes conversions and comparisons between various character
// sets. This object encapsulates data that may need to be shared between
// char_traits, codecvt and ctype.
class __enc_traits
@@ -192,7 +192,7 @@
{ return _M_ext_enc; }
};
- // Partial specialization
+ /// Partial specialization.
// This specialization takes advantage of iconv to provide code
// conversions between a large number of character encodings.
template<typename _InternT, typename _ExternT>
diff --git a/libstdc++-v3/config/os/gnu-linux/ctype_base.h b/libstdc++-v3/config/os/gnu-linux/ctype_base.h
index fc27a3f..43c924e 100644
--- a/libstdc++-v3/config/os/gnu-linux/ctype_base.h
+++ b/libstdc++-v3/config/os/gnu-linux/ctype_base.h
@@ -34,6 +34,7 @@
// Information as gleaned from /usr/include/ctype.h
+ /// @brief Base class for ctype.
struct ctype_base
{
// Non-standard typedefs.