diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-10 15:33:06 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-10 15:33:06 +0000 |
| commit | db3b35cb134d8947480488e1d4e412edb6e53f6b (patch) | |
| tree | e6d319a34c20e02ef1eb28aaabdfa2d5a90fc331 /libstdc++-v3/include/std/bitset | |
| parent | 389fb375e08c5320113fe18a2abf25384fbfffdf (diff) | |
| download | ppe42-gcc-db3b35cb134d8947480488e1d4e412edb6e53f6b.tar.gz ppe42-gcc-db3b35cb134d8947480488e1d4e412edb6e53f6b.zip | |
2011-12-10 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in: Add macros, directories.
* include/bits/locale_classes.h: Remove doxygen warnings, fix markup.
* include/bits/locale_classes.tcc: Same.
* include/bits/shared_ptr.h: Same.
* include/bits/stl_algo.h: Same.
* include/bits/stl_list.h: Same.
* include/bits/stl_numeric.h: Same.
* include/debug/safe_base.h: Same.
* include/parallel/equally_split.h: Same.
* include/std/bitset: Same.
* include/std/complex: Same.
* include/std/fstream: Same.
* include/std/istream: Same.
* include/std/ostream: Same.
* include/tr2/dynamic_bitset: Same.
* scripts/run_doxygen: Remove munging for names that no longer exist.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
Adjust line numbers.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182189 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/bitset')
| -rw-r--r-- | libstdc++-v3/include/std/bitset | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libstdc++-v3/include/std/bitset b/libstdc++-v3/include/std/bitset index e07c5e08970..792a05ace15 100644 --- a/libstdc++-v3/include/std/bitset +++ b/libstdc++-v3/include/std/bitset @@ -683,7 +683,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER #endif /** - * @brief The %bitset class represents a @e fixed-size sequence of bits. + * The %bitset class represents a @e fixed-size sequence of bits. * * @ingroup containers * @@ -855,7 +855,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER #endif /** - * @brief Use a subset of a string. + * Use a subset of a string. * @param __s A string of @a 0 and @a 1 characters. * @param __position Index of the first character in @a __s to use; * defaults to zero. @@ -878,7 +878,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER } /** - * @brief Use a subset of a string. + * Use a subset of a string. * @param __s A string of @a 0 and @a 1 characters. * @param __position Index of the first character in @a __s to use. * @param __n The number of characters to copy. @@ -914,7 +914,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER #ifdef __GXX_EXPERIMENTAL_CXX0X__ /** - * @brief Construct from a character %array. + * Construct from a character %array. * @param __str An %array of characters @a zero and @a one. * @param __n The number of characters to use. * @param __zero The character corresponding to the value 0. @@ -944,7 +944,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER // 23.3.5.2 bitset operations: //@{ /** - * @brief Operations on bitsets. + * Operations on bitsets. * @param __rhs A same-sized bitset. * * These should be self-explanatory. @@ -973,7 +973,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER //@{ /** - * @brief Operations on bitsets. + * Operations on bitsets. * @param __position The number of places to shift. * * These should be self-explanatory. |

