|
Boost-Commit : |
From: eric_at_[hidden]
Date: 2008-07-02 03:31:40
Author: eric_niebler
Date: 2008-07-02 03:31:40 EDT (Wed, 02 Jul 2008)
New Revision: 46986
URL: http://svn.boost.org/trac/boost/changeset/46986
Log:
Merged revisions 46985 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r46985 | eric_niebler | 2008-07-02 00:25:09 -0700 (Wed, 02 Jul 2008) | 1 line
fix inaccurate doxygen comments
........
Properties modified:
branches/release/ (props changed)
Text files modified:
branches/release/boost/xpressive/traits/c_regex_traits.hpp | 6 +++---
branches/release/boost/xpressive/traits/cpp_regex_traits.hpp | 6 +++---
branches/release/boost/xpressive/traits/null_regex_traits.hpp | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
Modified: branches/release/boost/xpressive/traits/c_regex_traits.hpp
==============================================================================
--- branches/release/boost/xpressive/traits/c_regex_traits.hpp (original)
+++ branches/release/boost/xpressive/traits/c_regex_traits.hpp 2008-07-02 03:31:40 EDT (Wed, 02 Jul 2008)
@@ -253,7 +253,7 @@
/// such that if the character sequence [G1, G2) sorts before the character sequence [H1, H2)
/// then v.transform(G1, G2) < v.transform(H1, H2).
///
- /// \attention Not used in xpressive 1.0
+ /// \attention Not currently used
template<typename FwdIter>
static string_type transform(FwdIter begin, FwdIter end)
{
@@ -265,7 +265,7 @@
/// when character case is not considered then
/// v.transform_primary(G1, G2) < v.transform_primary(H1, H2).
///
- /// \attention Not used in xpressive 1.0
+ /// \attention Not currently used
template<typename FwdIter>
static string_type transform_primary(FwdIter begin, FwdIter end)
{
@@ -276,7 +276,7 @@
/// consisting of the character sequence designated by the iterator range [F1, F2).
/// Returns an empty string if the character sequence is not a valid collating element.
///
- /// \attention Not used in xpressive 1.0
+ /// \attention Not currently used
template<typename FwdIter>
static string_type lookup_collatename(FwdIter begin, FwdIter end)
{
Modified: branches/release/boost/xpressive/traits/cpp_regex_traits.hpp
==============================================================================
--- branches/release/boost/xpressive/traits/cpp_regex_traits.hpp (original)
+++ branches/release/boost/xpressive/traits/cpp_regex_traits.hpp 2008-07-02 03:31:40 EDT (Wed, 02 Jul 2008)
@@ -451,7 +451,7 @@
/// such that if the character sequence [G1, G2) sorts before the character sequence [H1, H2)
/// then v.transform(G1, G2) \< v.transform(H1, H2).
///
- /// \attention Not used in xpressive 1.0
+ /// \attention Not currently used
template<typename FwdIter>
string_type transform(FwdIter begin, FwdIter end) const
{
@@ -467,7 +467,7 @@
/// when character case is not considered then
/// v.transform_primary(G1, G2) \< v.transform_primary(H1, H2).
///
- /// \attention Not used in xpressive 1.0
+ /// \attention Not currently used
template<typename FwdIter>
string_type transform_primary(FwdIter begin, FwdIter end) const
{
@@ -479,7 +479,7 @@
/// consisting of the character sequence designated by the iterator range [F1, F2).
/// Returns an empty string if the character sequence is not a valid collating element.
///
- /// \attention Not used in xpressive 1.0
+ /// \attention Not currently used
template<typename FwdIter>
string_type lookup_collatename(FwdIter begin, FwdIter end) const
{
Modified: branches/release/boost/xpressive/traits/null_regex_traits.hpp
==============================================================================
--- branches/release/boost/xpressive/traits/null_regex_traits.hpp (original)
+++ branches/release/boost/xpressive/traits/null_regex_traits.hpp 2008-07-02 03:31:40 EDT (Wed, 02 Jul 2008)
@@ -135,7 +135,7 @@
/// such that if the character sequence [G1, G2) sorts before the character sequence [H1, H2)
/// then v.transform(G1, G2) < v.transform(H1, H2).
///
- /// \attention Not used in xpressive 1.0
+ /// \attention Not currently used
template<typename FwdIter>
static string_type transform(FwdIter begin, FwdIter end)
{
@@ -147,7 +147,7 @@
/// when character case is not considered then
/// v.transform_primary(G1, G2) < v.transform_primary(H1, H2).
///
- /// \attention Not used in xpressive 1.0
+ /// \attention Not currently used
template<typename FwdIter>
static string_type transform_primary(FwdIter begin, FwdIter end)
{
@@ -158,7 +158,7 @@
/// consisting of the character sequence designated by the iterator range [F1, F2).
/// Returns an empty string if the character sequence is not a valid collating element.
///
- /// \attention Not used in xpressive 1.0
+ /// \attention Not currently used
template<typename FwdIter>
static string_type lookup_collatename(FwdIter begin, FwdIter end)
{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk