Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68603 - in sandbox/SOC/2010/phoenix3/libs/phoenix/doc: . advanced html html/phoenix html/phoenix/inside html/phoenix/modules/core html/phoenix/modules/stl modules reference reference/concepts
From: thom.heller_at_[hidden]
Date: 2011-02-01 11:55:42


Author: theller
Date: 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
New Revision: 68603
URL: http://svn.boost.org/trac/boost/changeset/68603

Log:
docs continued, fixed spelling
Text files modified:
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/advanced/porting.qbk | 4 ++--
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/index.html | 3 ++-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/inside.html | 1 +
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/inside/actor.html | 9 +++++----
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/modules/core/references.html | 4 ++--
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/modules/stl/algorithm.html | 2 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit.html | 2 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/quickbook_HTML.manifest | 1 +
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/inside.qbk | 1 +
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/core.qbk | 4 ++--
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/stl.qbk | 2 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference.qbk | 10 +++++-----
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/concepts/evaluation_policy.qbk | 2 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/core.qbk | 4 ++--
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/stl.qbk | 2 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit.qbk | 2 +-
   16 files changed, 29 insertions(+), 24 deletions(-)

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/advanced/porting.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/advanced/porting.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/advanced/porting.qbk 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -58,8 +58,8 @@
                 boost::phoenix::function<is_odd_impl> is_odd = is_odd_impl();
         ``]
         [ __note__
- The result_of protocol is particulary easy when you implement a monomorphic
- function (return type not dependant on the arguments). You then just need a
+ The result_of protocol is particularly easy when you implement a monomorphic
+ function (return type not dependent on the arguments). You then just need a
          single nested return_type typedef.
         ]
         ]

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/index.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/index.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/index.html 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -120,6 +120,7 @@
 <dd><dl>
 <dt><span class="section">Phoenix Expressions in Detail</span></dt>
 <dt><span class="section">Actors in Detail</span></dt>
+<dt><span class="section">Custom Terminals</span></dt>
 </dl></dd>
 </dl>
 </div>
@@ -277,7 +278,7 @@
   </h3>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: February 01, 2011 at 15:15:41 GMT</small></p></td>
+<td align="left"><p><small>Last revised: February 01, 2011 at 16:54:12 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/inside.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/inside.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/inside.html 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -22,6 +22,7 @@
 <div class="toc"><dl>
 <dt><span class="section">Phoenix Expressions in Detail</span></dt>
 <dt><span class="section">Actors in Detail</span></dt>
+<dt><span class="section">Custom Terminals</span></dt>
 </dl></div>
 <p>
       This chapter explains in more detail how the library operates. The information

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/inside/actor.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/inside/actor.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/inside/actor.html 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -7,12 +7,13 @@
 <link rel="start" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../inside.html" title="Inside Phoenix">
 <link rel="prev" href="expression.html" title="Phoenix Expressions in Detail">
+<link rel="next" href="custom_terminals.html" title="Custom Terminals">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="expression.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../inside.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a>
+<a accesskey="p" href="expression.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../inside.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="custom_terminals.html"><img src="../../images/next.png" alt="Next"></a>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
@@ -145,7 +146,7 @@
       </h5>
 <p>
         There are 2*N function call operators for 0 to N arguments (N == <code class="computeroutput"><span class="identifier">PHOENIX_LIMIT</span></code>). The actor class accepts
- the arguments and forwards the arguments to the default evalution action.
+ the arguments and forwards the arguments to the default evaluation action.
       </p>
 <p>
         Additionally, there exist function call operators accepting permutations
@@ -224,7 +225,7 @@
               </td>
 <td>
                 <p>
- A Context containg environment <code class="computeroutput"><span class="identifier">e</span></code>
+ A Context containing environment <code class="computeroutput"><span class="identifier">e</span></code>
                   and actions <code class="computeroutput"><span class="identifier">a</span></code>
                 </p>
               </td>
@@ -307,7 +308,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="expression.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../inside.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a>
+<a accesskey="p" href="expression.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../inside.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="custom_terminals.html"><img src="../../images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/modules/core/references.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/modules/core/references.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/modules/core/references.html 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -44,7 +44,7 @@
 </pre>
 <p>
           This is similar to <code class="computeroutput"><span class="identifier">expression</span><span class="special">::</span><span class="identifier">value</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">type</span></code>
- befor but instead holds a reference to a variable.
+ before but instead holds a reference to a variable.
         </p>
 <p>
           We normally don't instantiate <code class="computeroutput"><span class="identifier">expression</span><span class="special">::</span><span class="identifier">reference</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">type</span></code>
@@ -65,7 +65,7 @@
         </h6>
 <p>
           References are actors. Hence, references can be evaluated. Such invocation
- gives the references's identity. Example:
+ gives the reference's identity. Example:
         </p>
 <pre class="programlisting"><span class="keyword">int</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">3</span><span class="special">;</span>
 <span class="keyword">char</span> <span class="keyword">const</span><span class="special">*</span> <span class="identifier">s</span> <span class="special">=</span> <span class="string">"Hello World"</span><span class="special">;</span>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/modules/stl/algorithm.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/modules/stl/algorithm.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/modules/stl/algorithm.html 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -28,7 +28,7 @@
         </p>
 <p>
           The algorithms are divided into the categories iteration, transformation
- and querying, modelling the Boost.MPL
+ and querying, modeling the Boost.MPL
           library. The different algorithm classes can be included using the headers:
         </p>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">phoenix</span><span class="special">/</span><span class="identifier">stl</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">iteration</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit.html 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -57,7 +57,7 @@
       on Phoenix, please take some time to read the rest of the Documentation. Yet,
       if you just want to use the library quickly, now, this chapter will probably
       suffice. Rather than taking you to the details of the library, we shall try
- to provide you with annotated exemples instead. Hopefully, this will get you
+ to provide you with annotated examples instead. Hopefully, this will get you
       into high gear quickly.
     </p>
 <a name="phoenix.starter_kit.functors_everywhere"></a><h4>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/quickbook_HTML.manifest
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/quickbook_HTML.manifest (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/quickbook_HTML.manifest 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -53,3 +53,4 @@
 phoenix/inside.html
 phoenix/inside/expression.html
 phoenix/inside/actor.html
+phoenix/inside/custom_terminals.html

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/inside.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/inside.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/inside.qbk 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -17,5 +17,6 @@
 [include inside/expression.qbk]
 [include inside/actor.qbk]
 [section Custom Terminals]
+[endsect]
 
 [endsect]

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/core.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/core.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/core.qbk 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -72,7 +72,7 @@
 
     expression::reference<T>::type
 
-This is similar to `expression::value<T>::type` befor but instead holds a reference to a
+This is similar to `expression::value<T>::type` before but instead holds a reference to a
 variable.
 
 We normally don't instantiate `expression::reference<T>::type` objects directly. Instead we
@@ -87,7 +87,7 @@
 [heading Evaluating a Reference]
 
 References are actors. Hence, references can be evaluated. Such invocation gives
-the references's identity. Example:
+the reference's identity. Example:
 
     int i = 3;
     char const* s = "Hello World";

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/stl.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/stl.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/stl.qbk 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -124,7 +124,7 @@
 `<algorithm>` and `<numeric>` headers.
 
 The algorithms are divided into the categories iteration, transformation and querying,
-modelling the __boost_mpl__ library. The different algorithm classes can be
+modeling the __boost_mpl__ library. The different algorithm classes can be
 included using the headers:
 
     #include <boost/phoenix/stl/algorithm/iteration.hpp>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference.qbk 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -126,7 +126,7 @@
 
 [variablelist Notation
     [[`expr`] [An instance of a Phoenix actor]]
- [[`a0`...`a1`] [Heterogenous values]]
+ [[`a0`...`a1`] [Heterogeneous values]]
 ]
 
 [heading Expression Semantics]
@@ -181,7 +181,7 @@
 
 [table
     [[Expression] [Semantic]]
- [[`proto::matches<Expr, meta_grammar>::type`] [Calculates wether `Expr` matches meta_grammar]]
+ [[`proto::matches<Expr, meta_grammar>::type`] [Calculates whether `Expr` matches meta_grammar]]
 ]
 
 By default, `meta_grammar` matches nothing. By including the headers described in the __phoenix_language__ section,
@@ -242,7 +242,7 @@
 
     template <typename Parameter, typename Actions>
     typename environment<Parameter, Actions>::type
- environment(Paramater & parameter, Actions const & actions);
+ environment(Parameter & parameter, Actions const & actions);
 
     struct _env;
 
@@ -496,7 +496,7 @@
 
 [table
     [[Parameter] [Requirement] [Description]]
- [[`T`] [Model of Copy Constructible] [Operation's Argument]]
+ [[`T`] [Model of Copy Constructable] [Operation's Argument]]
     [[`t`] [Object of type T] [Operation's Argument]]
 ]
 
@@ -733,7 +733,7 @@
 [def __phoenix_peg_operator__ [link phoenix.reference.phoenix_expressions.phoenix_ast.operator operator]]
 [def __phoenix_peg_operator_arithmetic__ [link phoenix.reference.phoenix_expressions.phoenix_ast.operator.arithmetic arithmetic]]
 [def __phoenix_peg_operator_bitwise__ [link phoenix.reference.phoenix_expressions.phoenix_ast.operator bitwise]]
-[def __phoenix_peg_operator_comparision__ [link phoenix.reference.phoenix_expressions.phoenix_ast.operator comparision]]
+[def __phoenix_peg_operator_comparison__ [link phoenix.reference.phoenix_expressions.phoenix_ast.operator comparison]]
 [def __phoenix_peg_operator_if_else__ [link phoenix.reference.phoenix_expressions.phoenix_ast.operator if_else]]
 [def __phoenix_peg_operator_io__ [link phoenix.reference.phoenix_expressions.phoenix_ast.operator io]]
 [def __phoenix_peg_operator_logical__ [link phoenix.reference.phoenix_expressions.phoenix_ast.operator logical]]

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/concepts/evaluation_policy.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/concepts/evaluation_policy.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/concepts/evaluation_policy.qbk 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -12,7 +12,7 @@
 [heading Description]
 
 Evaluation Policies are the classes which decide how the composite is to be evaluated with respect to the default evaluator.
-They are completly independent of the [link phoenix.reference.concepts.actor Actor].
+They are completely independent of the [link phoenix.reference.concepts.actor Actor].
 
 [variablelist Notation
    [[`F`] [Type fulfilling this concept]]

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/core.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/core.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/core.qbk 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -72,7 +72,7 @@
 
     make_reference<T>::type
 
-This is similar to `make_value<T>::type` befor but instead holds a reference to a
+This is similar to `make_value<T>::type` before but instead holds a reference to a
 variable.
 
 We normally don't instantiate `make_reference<T>::type` objects directly. Instead we
@@ -83,7 +83,7 @@
 [heading Evaluating a Reference]
 
 References are actors. Hence, references can be evaluated. Such invocation gives
-the references's identity. Example:
+the reference's identity. Example:
 
     int i = 3;
     char const* s = "Hello World";

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/stl.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/stl.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/reference/stl.qbk 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -124,7 +124,7 @@
 `<algorithm>` and `<numeric>` headers.
 
 The algorithms are divided into the categories iteration, transformation and querying,
-modelling the __boost_mpl__ library. The different algorithm classes can be
+modeling the __boost_mpl__ library. The different algorithm classes can be
 included using the headers:
 
     #include <boost/phoenix/stl/algorithm/iteration.hpp>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit.qbk 2011-02-01 11:55:39 EST (Tue, 01 Feb 2011)
@@ -23,7 +23,7 @@
 information on Phoenix, please take some time to read the rest of the
 Documentation. Yet, if you just want to use the library quickly, now, this
 chapter will probably suffice. Rather than taking you to the details of the
-library, we shall try to provide you with annotated exemples instead.
+library, we shall try to provide you with annotated examples instead.
 Hopefully, this will get you into high gear quickly.
 
 [heading Functors everywhere]


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