Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57790 - in trunk/libs/spirit/example: karma qi
From: hartmut.kaiser_at_[hidden]
Date: 2009-11-19 14:56:43


Author: hkaiser
Date: 2009-11-19 14:56:42 EST (Thu, 19 Nov 2009)
New Revision: 57790
URL: http://svn.boost.org/trac/boost/changeset/57790

Log:
Spirit: fixed references to corresponding articles at Spirit site.
Text files modified:
   trunk/libs/spirit/example/karma/key_value_sequence.cpp | 2 +-
   trunk/libs/spirit/example/qi/key_value_sequence.cpp | 2 +-
   trunk/libs/spirit/example/qi/key_value_sequence_empty_value.cpp | 2 +-
   trunk/libs/spirit/example/qi/key_value_sequence_ordered.cpp | 2 +-
   4 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/libs/spirit/example/karma/key_value_sequence.cpp
==============================================================================
--- trunk/libs/spirit/example/karma/key_value_sequence.cpp (original)
+++ trunk/libs/spirit/example/karma/key_value_sequence.cpp 2009-11-19 14:56:42 EST (Thu, 19 Nov 2009)
@@ -6,7 +6,7 @@
 // The main purpose of this example is to show how we can generate output from
 // a container holding key/value pairs.
 //
-// For more information see here: http://spirit.sourceforge.net/home/?p=282
+// For more information see here: http://spirit.sourceforge.net/home/?p=400
 
 #include <boost/config/warning_disable.hpp>
 #include <boost/spirit/include/karma.hpp>

Modified: trunk/libs/spirit/example/qi/key_value_sequence.cpp
==============================================================================
--- trunk/libs/spirit/example/qi/key_value_sequence.cpp (original)
+++ trunk/libs/spirit/example/qi/key_value_sequence.cpp 2009-11-19 14:56:42 EST (Thu, 19 Nov 2009)
@@ -8,7 +8,7 @@
 // format is the example we use to demonstrate how this can be done
 // (i.e. things like: key1=value1;key2=value2;…;keyN=valueN).
 //
-// For a more elaborate explanation see here: http://spirit.sourceforge.net/home/?p=270
+// For a more elaborate explanation see here: http://spirit.sourceforge.net/home/?p=371
 
 #include <boost/spirit/include/qi.hpp>
 #include <boost/fusion/include/std_pair.hpp>

Modified: trunk/libs/spirit/example/qi/key_value_sequence_empty_value.cpp
==============================================================================
--- trunk/libs/spirit/example/qi/key_value_sequence_empty_value.cpp (original)
+++ trunk/libs/spirit/example/qi/key_value_sequence_empty_value.cpp 2009-11-19 14:56:42 EST (Thu, 19 Nov 2009)
@@ -12,7 +12,7 @@
 // 'key;", where the first stores an empty string as the value, while the
 // second does not initialize the optional holding the value.
 //
-// For a more elaborate explanation see here: http://spirit.sourceforge.net/home/?p=270
+// For a more elaborate explanation see here: http://spirit.sourceforge.net/home/?p=371
 
 #include <boost/spirit/include/qi.hpp>
 #include <boost/fusion/include/std_pair.hpp>

Modified: trunk/libs/spirit/example/qi/key_value_sequence_ordered.cpp
==============================================================================
--- trunk/libs/spirit/example/qi/key_value_sequence_ordered.cpp (original)
+++ trunk/libs/spirit/example/qi/key_value_sequence_ordered.cpp 2009-11-19 14:56:42 EST (Thu, 19 Nov 2009)
@@ -8,7 +8,7 @@
 // the example 'key_value_sequence.cpp' is that we preserve the order of the
 // elements in the parsed seqeunce as well as possibly existing duplicates.
 //
-// For a more elaborate explanation see here: http://spirit.sourceforge.net/home/?p=270
+// For a more elaborate explanation see here: http://spirit.sourceforge.net/home/?p=371
 
 #include <boost/spirit/include/qi.hpp>
 #include <boost/fusion/include/std_pair.hpp>


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