|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r86661 - trunk/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2013-11-12 15:32:47
Author: danieljames
Date: 2013-11-12 15:32:47 EST (Tue, 12 Nov 2013)
New Revision: 86661
URL: http://svn.boost.org/trac/boost/changeset/86661
Log:
Fix a few incorrect descriptions.
Text files modified:
trunk/tools/quickbook/src/actions.hpp | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
Modified: trunk/tools/quickbook/src/actions.hpp
==============================================================================
--- trunk/tools/quickbook/src/actions.hpp Tue Nov 12 15:19:06 2013 (r86660)
+++ trunk/tools/quickbook/src/actions.hpp 2013-11-12 15:32:47 EST (Tue, 12 Nov 2013) (r86661)
@@ -253,7 +253,7 @@
// member_action
//
- // Action for calling a nullary member function.
+ // Action for calling a member function taking two parse iterators.
template <typename T>
struct member_action
@@ -272,8 +272,7 @@
// member_action1
//
- // Action for calling a unary member function with given
- // argument.
+ // Action for calling a member function taking two parse iterators and a value.
template <typename T, typename Arg1>
struct member_action1
@@ -306,7 +305,7 @@
// member_action_value
//
- // Action for calling a nullary member function object.
+ // Action for calling a unary member function.
template <typename T, typename Value>
struct member_action_value
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