|
Boost-Commit : |
From: eric_at_[hidden]
Date: 2008-07-02 03:25:10
Author: eric_niebler
Date: 2008-07-02 03:25:09 EDT (Wed, 02 Jul 2008)
New Revision: 46985
URL: http://svn.boost.org/trac/boost/changeset/46985
Log:
fix inaccurate doxygen comments
Text files modified:
trunk/boost/xpressive/traits/c_regex_traits.hpp | 6 +++---
trunk/boost/xpressive/traits/cpp_regex_traits.hpp | 6 +++---
trunk/boost/xpressive/traits/null_regex_traits.hpp | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
Modified: trunk/boost/xpressive/traits/c_regex_traits.hpp
==============================================================================
--- trunk/boost/xpressive/traits/c_regex_traits.hpp (original)
+++ trunk/boost/xpressive/traits/c_regex_traits.hpp 2008-07-02 03:25:09 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: trunk/boost/xpressive/traits/cpp_regex_traits.hpp
==============================================================================
--- trunk/boost/xpressive/traits/cpp_regex_traits.hpp (original)
+++ trunk/boost/xpressive/traits/cpp_regex_traits.hpp 2008-07-02 03:25:09 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: trunk/boost/xpressive/traits/null_regex_traits.hpp
==============================================================================
--- trunk/boost/xpressive/traits/null_regex_traits.hpp (original)
+++ trunk/boost/xpressive/traits/null_regex_traits.hpp 2008-07-02 03:25:09 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