Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60645 - trunk/boost/spirit/home/karma/directive
From: hartmut.kaiser_at_[hidden]
Date: 2010-03-16 08:10:57


Author: hkaiser
Date: 2010-03-16 08:10:56 EDT (Tue, 16 Mar 2010)
New Revision: 60645
URL: http://svn.boost.org/trac/boost/changeset/60645

Log:
Spirit: fixed comments to match code
Text files modified:
   trunk/boost/spirit/home/karma/directive/center_alignment.hpp | 2 +-
   trunk/boost/spirit/home/karma/directive/left_alignment.hpp | 2 +-
   trunk/boost/spirit/home/karma/directive/right_alignment.hpp | 2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/spirit/home/karma/directive/center_alignment.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/directive/center_alignment.hpp (original)
+++ trunk/boost/spirit/home/karma/directive/center_alignment.hpp 2010-03-16 08:10:56 EDT (Tue, 16 Mar 2010)
@@ -273,7 +273,7 @@
         }
     };
 
- // creates center(pad, width)[] directive generator
+ // creates center(width, pad)[] directive generator
     template <typename Width, typename Padding, typename Subject
       , typename Modifiers>
     struct make_directive<

Modified: trunk/boost/spirit/home/karma/directive/left_alignment.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/directive/left_alignment.hpp (original)
+++ trunk/boost/spirit/home/karma/directive/left_alignment.hpp 2010-03-16 08:10:56 EDT (Tue, 16 Mar 2010)
@@ -256,7 +256,7 @@
         }
     };
 
- // creates left_align(pad, width)[] directive generator
+ // creates left_align(width, pad)[] directive generator
     template <typename Width, typename Padding, typename Subject
       , typename Modifiers>
     struct make_directive<

Modified: trunk/boost/spirit/home/karma/directive/right_alignment.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/directive/right_alignment.hpp (original)
+++ trunk/boost/spirit/home/karma/directive/right_alignment.hpp 2010-03-16 08:10:56 EDT (Tue, 16 Mar 2010)
@@ -266,7 +266,7 @@
         }
     };
 
- // creates right_align(pad, width)[] directive generator
+ // creates right_align(width, pad)[] directive generator
     template <typename Width, typename Padding, typename Subject
       , typename Modifiers>
     struct make_directive<


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