|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59574 - in trunk: boost/wave libs/wave libs/wave/samples/custom_directives libs/wave/test/testwave
From: hartmut.kaiser_at_[hidden]
Date: 2010-02-07 10:50:07
Author: hkaiser
Date: 2010-02-07 10:50:06 EST (Sun, 07 Feb 2010)
New Revision: 59574
URL: http://svn.boost.org/trac/boost/changeset/59574
Log:
Wave: minor comment edits
Text files modified:
trunk/boost/wave/preprocessing_hooks.hpp | 7 ++-----
trunk/libs/wave/ChangeLog | 2 +-
trunk/libs/wave/samples/custom_directives/custom_directives.hpp | 7 ++-----
trunk/libs/wave/test/testwave/collect_hooks_information.hpp | 7 ++-----
4 files changed, 7 insertions(+), 16 deletions(-)
Modified: trunk/boost/wave/preprocessing_hooks.hpp
==============================================================================
--- trunk/boost/wave/preprocessing_hooks.hpp (original)
+++ trunk/boost/wave/preprocessing_hooks.hpp 2010-02-07 10:50:06 EST (Sun, 07 Feb 2010)
@@ -483,11 +483,8 @@
// The parameter 'ctx' is a reference to the context object used for
// instantiating the preprocessing iterators by the user.
//
- // The parameter 'directive' is a reference to the token holding the
- // preprocessing directive.
- //
- // The parameter 'line' holds the entire source line containing the
- // unknown directive.
+ // The parameter 'line' holds the tokens of the entire source line
+ // containing the unknown directive.
//
// The parameter 'pending' may be used to push tokens back into the input
// stream, which are to be used as the replacement text for the whole
Modified: trunk/libs/wave/ChangeLog
==============================================================================
--- trunk/libs/wave/ChangeLog (original)
+++ trunk/libs/wave/ChangeLog 2010-02-07 10:50:06 EST (Sun, 07 Feb 2010)
@@ -48,7 +48,7 @@
(default is cout).
- Fixed compilation problems caused by recent changes to the multi_pass iterator
from Spirit V2.1.
-- Added a new preprocessing hooks detected_pragma_once() and
+- Added the new preprocessing hooks detected_pragma_once() and
detected_include_guard() which are getting called whenever either a #pragma
once has been detected or if the include guard heuristics detected an
include guard for a particular include file.
Modified: trunk/libs/wave/samples/custom_directives/custom_directives.hpp
==============================================================================
--- trunk/libs/wave/samples/custom_directives/custom_directives.hpp (original)
+++ trunk/libs/wave/samples/custom_directives/custom_directives.hpp 2010-02-07 10:50:06 EST (Sun, 07 Feb 2010)
@@ -44,11 +44,8 @@
// The parameter 'ctx' is a reference to the context object used for
// instantiating the preprocessing iterators by the user.
//
- // The parameter 'directive' is a reference to the token holding the
- // preprocessing directive.
- //
- // The parameter 'line' holds the entire source line containing the
- // unknown directive.
+ // The parameter 'line' holds the tokens of the entire source line
+ // containing the unknown directive.
//
// The parameter 'pending' may be used to push tokens back into the input
// stream, which are to be used as the replacement text for the whole
Modified: trunk/libs/wave/test/testwave/collect_hooks_information.hpp
==============================================================================
--- trunk/libs/wave/test/testwave/collect_hooks_information.hpp (original)
+++ trunk/libs/wave/test/testwave/collect_hooks_information.hpp 2010-02-07 10:50:06 EST (Sun, 07 Feb 2010)
@@ -762,11 +762,8 @@
// The parameter 'ctx' is a reference to the context object used for
// instantiating the preprocessing iterators by the user.
//
- // The parameter 'directive' is a reference to the token holding the
- // preprocessing directive.
- //
- // The parameter 'line' holds the entire source line containing the
- // unknown directive.
+ // The parameter 'line' holds the tokens of the entire source line
+ // containing the unknown directive.
//
// The parameter 'pending' may be used to push tokens back into the input
// stream, which are to be used as the replacement text for the whole
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