Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68419 - in sandbox/SOC/2010/phoenix3: boost/phoenix/core libs/phoenix/doc libs/phoenix/doc/html libs/phoenix/doc/html/phoenix libs/phoenix/doc/html/phoenix/reference libs/phoenix/doc/html/phoenix/reference/core_mechanisms libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals libs/phoenix/doc/html/phoenix/reference/the_language libs/phoenix/doc/html/phoenix/reference/the_language/core libs/phoenix/doc/html/phoenix/starter_kit libs/phoenix/doc/html/phoenix/starter_kit/composites libs/phoenix/doc/html/phoenix/starter_kit/primitives libs/phoenix/doc/modules libs/phoenix/doc/starter_kit
From: thom.heller_at_[hidden]
Date: 2011-01-24 13:15:49


Author: theller
Date: 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
New Revision: 68419
URL: http://svn.boost.org/trac/boost/changeset/68419

Log:
some doc changes
Added:
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules.qbk (contents, props changed)
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/core.qbk (contents, props changed)
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/operator.qbk (contents, props changed)
Text files modified:
   sandbox/SOC/2010/phoenix3/boost/phoenix/core/nothing.hpp | 37 +++++++++++++++++
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/actors.qbk | 82 ++++++++-------------------------------
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/index.html | 69 +++++++++++---------------------
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/basics.html | 22 +++++-----
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/ebnf.html | 6 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/introduction.html | 6 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/organization.html | 31 +++++---------
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference.html | 24 +++++-----
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms.html | 6 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/_actor_.html | 16 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/_meta_grammar_.html | 16 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/environment.html | 18 ++++----
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/arity.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/default_actions.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/is_nullary.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/expression.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_ext.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_vararg.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_vararg_ext.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals.html | 6 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/_custom_terminal_.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/_is_custom_terminal_.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/placeholders.html | 6 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language.html | 12 ++--
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/arguments.html | 20 ++++----
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/nothing.html | 6 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/reference.html | 16 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/value.html | 12 ++--
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit.html | 8 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites.html | 6 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/construct__new__delete__casts.html | 8 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_functions.html | 18 ++++----
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_operators.html | 20 ++++----
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_statements.html | 8 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/more.html | 11 ++--
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives.html | 6 +-
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/arguments.html | 10 ++--
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/references.html | 10 ++--
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/values.html | 14 +++---
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/quickbook_HTML.manifest | 35 ++++------------
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/organisation.qbk | 2
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/phoenix3.qbk | 4 +
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/arguments.qbk | 2
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/function.qbk | 2
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/more.qbk | 4
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/object.qbk | 2
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/operator.qbk | 2
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/references.qbk | 2
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/statement.qbk | 2
   sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/values.qbk | 2
   53 files changed, 351 insertions(+), 406 deletions(-)

Modified: sandbox/SOC/2010/phoenix3/boost/phoenix/core/nothing.hpp
==============================================================================
--- sandbox/SOC/2010/phoenix3/boost/phoenix/core/nothing.hpp (original)
+++ sandbox/SOC/2010/phoenix3/boost/phoenix/core/nothing.hpp 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -22,6 +22,41 @@
     /////////////////////////////////////////////////////////////////////////////
     
     PHOENIX_DEFINE_EXPRESSION(null, (proto::terminal<mpl::void_>::type))
+ namespace tag
+ {
+ struct nothing {};
+ }
+
+ namespace expression
+ {
+ struct nothing
+ : expr<tag::nothing, proto::terminal<mpl::void_> >
+ {
+ typedef actor<
+ typename proto::result_of::make_expr<
+ tag::nothing
+ , default_domain_with_basic_expr
+ , mpl::void_
+ >::type
+ >
+ type;
+
+ typedef
+ typename proto::unnary_expr<tag::nothing, proto::_>::proto_grammar
+ proto_grammar;
+
+ static type const make()
+ {
+ type const e = {{}};
+ return e;
+ }
+ };
+ }
+
+ namespace rule
+ {
+ struct null : expression::null {};
+ }
     
     struct null_eval
     {
@@ -38,7 +73,7 @@
         : proto::call<null_eval()>
     {};
 
- expression::null<mpl::void_>::type const nothing = {};
+ expression::null::type const nothing = {};
 }}
 
 #endif

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/actors.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/actors.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/actors.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -1,18 +1,26 @@
+[/==============================================================================
+ Copyright (C) 2001-2010 Joel de Guzman
+ Copyright (C) 2001-2005 Dan Marsden
+ Copyright (C) 2001-2010 Thomas Heller
+
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+===============================================================================/]
 
-[section Actors]
+[section Actor]
 
-[/The `Actor` is the main concept behind the library. Actors are TR1 function objects.
+The `Actor` is the main concept behind the library. Actors are function objects.
 An actor can accept 0 to `PHOENIX_LIMIT` arguments.
 
 [note You can set `PHOENIX_LIMIT`, the predefined maximum arity an
 actor can take. By default, `PHOENIX_LIMIT` is set to 10.]
 
 Phoenix supplies an `actor` class template whose specializations
-model the `Actor` concept. `actor` has one template parameter, `Eval`,
-that supplies the smarts to evaluate the resulting function.
+model the `Actor` concept. `actor` has one template parameter, `Expr`,
+that supplies the underlying expression to evaluate.
 
- template <typename Eval>
- struct actor : Eval
+ template <typename Expr>
+ struct actor
     {
         return_type
         operator()() const;
@@ -31,64 +39,10 @@
 The actor class accepts the arguments through a set of function call operators
 for 0 to `PHOENIX_LIMIT` arities (Don't worry about the details, for now. Note, for example,
 that we skimp over the details regarding `return_type`). The arguments
-are then forwarded to the actor's `Eval` for evaluation.
-]
-
-[section Concepts]
-
-The `Actor` is the main concept behind the library.
-
-[section Actor]
-
-[heading Description]
-
-An Actor is way to define a phoenix expression or statement. Actors are TR1 function objects.
-An actor can accept 0 to `PHOENIX_LIMIT` arguments.
-
-[note You can set `PHOENIX_LIMIT`, the predefined maximum arity an
-actor can take. By default, `PHOENIX_LIMIT` is set to 10.]
-
-[variablelist Notation
- [[`a`] [An actor]]
- [[`A`] [An actor type]]
- [[`expr0, expr1..., exprN`] [Arbitrary proto expressions]]
- [[`Expr0, Expr1..., ExprN`] [Arbitrary proto expressions types]]
- [[`eval`] [phoenix expression evaluator]]
- [[`env`] [Boost.Fusion sequence]]
-]
-
-[heading Valid Expressions]
-For any Actor the following expressions must be valid:
-
-[table
- [[Expression] [Return type] [Type Requirements] [Run time Complexity]]
- [[`eval(a)`] [Any type] [] []]
- [[`eval(a, env)`] [Any type] [][]]
- [[`a(expr0, expr1..., exprN)`] [Boost.Proto expression] [][]]
-]
-
-[heading Result Type Expressions]
-
-[table
- [[Expression] [Compile Time Complexity]]
- [[`boost::result_of<A(Expr0, Expr1..., ExprN)>::type`] []]
-]
-
-[heading Expression Semantics]
-
-[table
- [[Expression] [Semantics]]
- [[`eval(a)`] [Evaluates the given phoenix expression tree, no environment given]]
- [[`eval(a, env)`] [Evaluates the given phoenix expression tree with a given environment]]
- [[`a(expr0, expr1..., exprN)`] [The phoenix expression tree]]
-]
-
-[heading Models]
-
-TODO
+are then forwarded to the actor's `Expr` for evaluation.
 
-[endsect] [/Actor]
+[h2 TODO]
+add some notes about the extension possibilities
 
-[endsect] [/Concepts]
+[endsect]
 
-[endsect] [/Actors]

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-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,15 +4,15 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Chapter&#160;1.&#160;Phoenix 3.0</title>
 <link rel="stylesheet" href="boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="next" href="phoenix/introduction.html" title="Introduction">
 </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="n" href="phoenix/introduction.html"><img src="images/next.png" alt="Next"></a></div>
-<div class="chapter" lang="en">
+<div class="chapter">
 <div class="titlepage"><div>
 <div><h2 class="title">
 <a name="phoenix"></a>Chapter&#160;1.&#160;Phoenix 3.0</h2></div>
@@ -27,7 +27,7 @@
 </h3></div></div>
 <div><p class="copyright">Copyright &#169; 2002-2005, 2010 Joel de Guzman, Dan Marsden, Thomas Heller</p></div>
 <div><div class="legalnotice">
-<a name="id2813775"></a><p>
+<a name="id2904951"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -60,47 +60,26 @@
 </dl></dd>
 <dt><span class="section">Basics</span></dt>
 <dt><span class="section">Organization</span></dt>
-<dt><span class="section">Reference</span></dt>
+<dt><span class="section">Actor</span></dt>
+<dt><span class="section">Modules</span></dt>
 <dd><dl>
-<dt><span class="section">Core Mechanisms</span></dt>
+<dt><span class="section">Core</span></dt>
 <dd><dl>
-<dt><span class="section">actor</span></dt>
-<dt><span class="section">meta_grammar</span></dt>
-<dt><span class="section">environment</span></dt>
-<dt><span class="section">evaluator</span></dt>
-<dd><dl>
-<dt><span class="section">default_actions</span></dt>
-<dt><span class="section">is_nullary</span></dt>
-<dt><span class="section">arity</span></dt>
-</dl></dd>
-<dt><span class="section">expression</span></dt>
-<dt><span class="section">PHOENIX_DEFINE_EXPRESSION</span></dt>
-<dt><span class="section">PHOENIX_DEFINE_EXPRESSION_VARARG</span></dt>
-<dt><span class="section">PHOENIX_DEFINE_EXPRESSION_EXT</span></dt>
-<dt><span class="section">PHOENIX_DEFINE_EXPRESSION_VARARG_EXT</span></dt>
-<dt><span class="section">Terminals</span></dt>
-<dd><dl>
-<dt><span class="section">Placeholders</span></dt>
-<dt><span class="section">is_custom_terminal</span></dt>
-<dt><span class="section">custom_terminal</span></dt>
-</dl></dd>
-</dl></dd>
-<dt><span class="section">The Language</span></dt>
-<dd><dl>
-<dt><span class="section">Core</span></dt>
-<dd><dl>
-<dt><span class="section">Value</span></dt>
-<dt><span class="section">Reference</span></dt>
-<dt><span class="section">Arguments</span></dt>
-<dt><span class="section">Nothing</span></dt>
-</dl></dd>
-</dl></dd>
+<dt><span class="section">Values</span></dt>
+<dt><span class="section">References</span></dt>
+<dt><span class="section"><a href="phoenix/modules/core/constant_references.html">Constant
+ References</a></span></dt>
+<dt><span class="section">Arguments</span></dt>
+<dt><span class="section">Nothing</span></dt>
+</dl></dd>
+<dt><span class="section">Operator</span></dt>
+<dd><dl><dt><span class="section"><a href="phoenix/modules/operator/supported_operators.html">Supported
+ operators</a></span></dt></dl></dd>
 </dl></dd>
-<dt><span class="section">EBNF</span></dt>
 </dl>
 </div>
 <a name="phoenix.preface"></a><h2>
-<a name="id2813799"></a>
+<a name="id2904974"></a>
     <a class="link" href="index.html#phoenix.preface">Preface</a>
   </h2>
 <div class="blockquote"><blockquote class="blockquote"><p>
@@ -119,7 +98,7 @@
     <span class="inlinemediaobject"><img src="images/lambda_cpp.png" alt="lambda_cpp"></span>
   </p>
 <a name="phoenix.description"></a><h3>
-<a name="id2774085"></a>
+<a name="id2903825"></a>
     <a class="link" href="index.html#phoenix.description">Description</a>
   </h3>
 <p>
@@ -137,7 +116,7 @@
     library is organized in highly independent modules and layers.
   </p>
 <a name="phoenix.how_to_use_this_manual"></a><h3>
-<a name="id2774138"></a>
+<a name="id2943694"></a>
     <a class="link" href="index.html#phoenix.how_to_use_this_manual">How to use this manual</a>
   </h3>
 <p>
@@ -159,7 +138,7 @@
     icons precede some text to indicate:
   </p>
 <div class="table">
-<a name="id2774182"></a><p class="title"><b>Table&#160;1.1.&#160;Icons</b></p>
+<a name="id2943739"></a><p class="title"><b>Table&#160;1.1.&#160;Icons</b></p>
 <div class="table-contents"><table class="table" summary="Icons">
 <colgroup>
 <col>
@@ -240,7 +219,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
     <span class="inlinemediaobject"><img src="images/note.png" alt="note"></span> Unless otherwise noted <code class="computeroutput"><span class="keyword">using</span>
     <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">phoenix</span><span class="special">;</span></code>
@@ -248,12 +227,12 @@
   </p>
 </div>
 <a name="phoenix._emphasis_role__bold___emphasis____to_my_dear_daughter__phoenix__emphasis___emphasis_"></a><h3>
-<a name="id2773158"></a>
+<a name="id2902705"></a>
     <a class="link" href="index.html#phoenix._emphasis_role__bold___emphasis____to_my_dear_daughter__phoenix__emphasis___emphasis_"><span class="bold"><strong><span class="emphasis"><em>...To my dear daughter, Phoenix</em></span></strong></span></a>
   </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: January 20, 2011 at 12:17:34 GMT</small></p></td>
+<td align="left"><p><small>Last revised: January 24, 2011 at 14:19:02 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/basics.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/basics.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/basics.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Basics</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="prev" href="starter_kit/composites/more.html" title="More">
 <link rel="next" href="organization.html" title="Organization">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="starter_kit/composites/more.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="organization.html"><img src="../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="phoenix.basics"></a><a class="link" href="basics.html" title="Basics">Basics</a>
 </h2></div></div></div>
@@ -43,7 +43,7 @@
       </p></td></tr>
 </table></div>
 <a name="phoenix.basics.partial_function_application"></a><h4>
-<a name="id2826698"></a>
+<a name="id2956404"></a>
       <a class="link" href="basics.html#phoenix.basics.partial_function_application">Partial Function
       Application</a>
     </h4>
@@ -95,7 +95,7 @@
       black boxes anymore.
     </p>
 <a name="phoenix.basics.stl_and_higher_order_functions"></a><h4>
-<a name="id2826940"></a>
+<a name="id2956646"></a>
       <a class="link" href="basics.html#phoenix.basics.stl_and_higher_order_functions">STL and higher
       order functions</a>
     </h4>
@@ -127,17 +127,17 @@
       </p></td></tr>
 </table></div>
 <a name="phoenix.basics.lazy_evaluation"></a><h4>
-<a name="id2827168"></a>
+<a name="id2956873"></a>
       <a class="link" href="basics.html#phoenix.basics.lazy_evaluation">Lazy Evaluation</a>
     </h4>
 <p>
       In Phoenix, to put it more accurately, function evaluation has two stages:
     </p>
-<div class="orderedlist"><ol type="1">
-<li>
+<div class="orderedlist"><ol class="orderedlist" type="1">
+<li class="listitem">
           Partial application
         </li>
-<li>
+<li class="listitem">
           Final evaluation
         </li>
 </ol></div>
@@ -182,7 +182,7 @@
 </span><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="special">(</span><span class="identifier">arg1</span> <span class="special">%</span> <span class="number">2</span> <span class="special">==</span> <span class="number">1</span><span class="special">)(</span><span class="identifier">y</span><span class="special">)</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="comment">// prints 0 or false
 </span></pre>
 <a name="phoenix.basics.forwarding_function_problem"></a><h4>
-<a name="id2827727"></a>
+<a name="id2957434"></a>
       <a class="link" href="basics.html#phoenix.basics.forwarding_function_problem">Forwarding Function
       Problem</a>
     </h4>
@@ -223,7 +223,7 @@
       </p></td></tr>
 </table></div>
 <a name="phoenix.basics.polymorphic_functions"></a><h4>
-<a name="id2827884"></a>
+<a name="id2957591"></a>
       <a class="link" href="basics.html#phoenix.basics.polymorphic_functions">Polymorphic Functions</a>
     </h4>
 <p>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/ebnf.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/ebnf.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/ebnf.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>EBNF</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="prev" href="reference/the_language/core/nothing.html" title="Nothing">
 </head>
@@ -15,7 +15,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="reference/the_language/core/nothing.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="phoenix.ebnf"></a><a class="link" href="ebnf.html" title="EBNF">EBNF</a>
 </h2></div></div></div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/introduction.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/introduction.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/introduction.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Introduction</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="prev" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="next" href="starter_kit.html" title="Starter Kit">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../index.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="starter_kit.html"><img src="../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="phoenix.introduction"></a><a class="link" href="introduction.html" title="Introduction">Introduction</a>
 </h2></div></div></div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/organization.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/organization.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/organization.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,19 +4,19 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Organization</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="prev" href="basics.html" title="Basics">
-<link rel="next" href="reference.html" title="Reference">
+<link rel="next" href="actor.html" title="Actor">
 </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="basics.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="reference.html"><img src="../images/next.png" alt="Next"></a>
+<a accesskey="p" href="basics.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="actor.html"><img src="../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="phoenix.organization"></a><a class="link" href="organization.html" title="Organization">Organization</a>
 </h2></div></div></div>
@@ -42,25 +42,16 @@
       files. There are no object files to link against.
     </p>
 <a name="phoenix.organization.core"></a><h3>
-<a name="id2828280"></a>
+<a name="id2957987"></a>
       <a class="link" href="organization.html#phoenix.organization.core">Core</a>
     </h3>
 <p>
       The lowest two layers comprise the core.
     </p>
 <p>
- The <a class="link" href="../"><code class="computeroutput"><span class="identifier">Actor</span></code></a>
+ The <a class="link" href="actor.html" title="Actor"><code class="computeroutput"><span class="identifier">Actor</span></code></a>
       is the main concept behind the library. Lazy functions are abstracted as actors.
- There are only 2 kinds of actors:
     </p>
-<div class="orderedlist"><ol type="1">
-<li>
- Primitives
- </li>
-<li>
- Composites
- </li>
-</ol></div>
 <p>
       Primitives provide the basic building blocks of functionality within Phoenix.
       Composites are used to combine these primitives together to provide more powerful
@@ -71,7 +62,7 @@
       again be another composite.
     </p>
 <div class="table">
-<a name="id2828347"></a><p class="title"><b>Table&#160;1.2.&#160;Modules</b></p>
+<a name="id2958030"></a><p class="title"><b>Table&#160;1.2.&#160;Modules</b></p>
 <div class="table-contents"><table class="table" summary="Modules">
 <colgroup>
 <col>
@@ -199,7 +190,7 @@
       core module is defined in <code class="computeroutput"><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">core</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>.
     </p>
 <div class="table">
-<a name="id2828659"></a><p class="title"><b>Table&#160;1.3.&#160;Includes</b></p>
+<a name="id2958342"></a><p class="title"><b>Table&#160;1.3.&#160;Includes</b></p>
 <div class="table-contents"><table class="table" summary="Includes">
 <colgroup>
 <col>
@@ -330,7 +321,7 @@
 </table></div>
 </div>
 <br class="table-break"><div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
       <span class="inlinemediaobject"><img src="../images/tip.png" alt="tip"></span> Finer grained include files are available per feature;
       see the succeeding sections.
@@ -347,7 +338,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="basics.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="reference.html"><img src="../images/next.png" alt="Next"></a>
+<a accesskey="p" href="basics.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="actor.html"><img src="../images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,19 +4,19 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Reference</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
-<link rel="prev" href="organization.html" title="Organization">
+<link rel="prev" href="actor.html" title="Actor">
 <link rel="next" href="reference/core_mechanisms.html" title="Core Mechanisms">
 </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="organization.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="reference/core_mechanisms.html"><img src="../images/next.png" alt="Next"></a>
+<a accesskey="p" href="actor.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="reference/core_mechanisms.html"><img src="../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="phoenix.reference"></a><a class="link" href="reference.html" title="Reference">Reference</a>
 </h2></div></div></div>
@@ -107,7 +107,7 @@
 </dl>
 </div>
 <a name="phoenix.reference.concepts"></a><h4>
-<a name="id2829420"></a>
+<a name="id3390618"></a>
       <a class="link" href="reference.html#phoenix.reference.concepts">Concepts</a>
     </h4>
 <p>
@@ -115,14 +115,14 @@
       their meanings consider the following definitions.
     </p>
 <a name="phoenix.reference.phoenix_actor"></a><h4>
-<a name="id2829442"></a>
+<a name="id3390640"></a>
       <a class="link" href="reference.html#phoenix.reference.phoenix_actor">Phoenix Actor</a>
     </h4>
 <p>
       A Phoenix Actor is the C++ Expression that is generated by the Phoenix Generators.
     </p>
 <a name="phoenix.reference.phoenix_generator"></a><h4>
-<a name="id2829464"></a>
+<a name="id3390662"></a>
       <a class="link" href="reference.html#phoenix.reference.phoenix_generator">Phoenix Generator</a>
     </h4>
 <p>
@@ -131,11 +131,11 @@
 <p>
       This Generator is:
     </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
           A function (can be a free function, operator, or member function)
         </li>
-<li>
+<li class="listitem">
           An instance of a Phoenix Actor
         </li>
 </ul></div>
@@ -150,7 +150,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="organization.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="reference/core_mechanisms.html"><img src="../images/next.png" alt="Next"></a>
+<a accesskey="p" href="actor.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="reference/core_mechanisms.html"><img src="../images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Core Mechanisms</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../reference.html" title="Reference">
 <link rel="prev" href="../reference.html" title="Reference">
 <link rel="next" href="core_mechanisms/_actor_.html" title="actor">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../reference.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="core_mechanisms/_actor_.html"><img src="../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="phoenix.reference.core_mechanisms"></a><a class="link" href="core_mechanisms.html" title="Core Mechanisms">Core Mechanisms</a>
 </h3></div></div></div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/_actor_.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/_actor_.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/_actor_.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>actor</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="next" href="_meta_grammar_.html" title="meta_grammar">
@@ -16,12 +16,12 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../core_mechanisms.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="_meta_grammar_.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms._actor_"></a><a class="link" href="_actor_.html" title="actor"><code class="computeroutput"><span class="identifier">actor</span></code></a>
 </h4></div></div></div>
 <a name="phoenix.reference.core_mechanisms._actor_.description"></a><h6>
-<a name="id2829542"></a>
+<a name="id3390740"></a>
           <a class="link" href="_actor_.html#phoenix.reference.core_mechanisms._actor_.description">Description</a>
         </h6>
 <p>
@@ -30,7 +30,7 @@
           Templates and provides various operator() overloads.
         </p>
 <a name="phoenix.reference.core_mechanisms._actor_.synopsis"></a><h6>
-<a name="id2829577"></a>
+<a name="id3390775"></a>
           <a class="link" href="_actor_.html#phoenix.reference.core_mechanisms._actor_.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -53,7 +53,7 @@
 <span class="keyword">struct</span> <span class="identifier">actor</span><span class="special">;</span>
 </pre>
 <a name="phoenix.reference.core_mechanisms._actor_.template_parameters"></a><h6>
-<a name="id2829833"></a>
+<a name="id3391030"></a>
           <a class="link" href="_actor_.html#phoenix.reference.core_mechanisms._actor_.template_parameters">Template
           Parameters</a>
         </h6>
@@ -115,7 +115,7 @@
 </dl>
 </div>
 <a name="phoenix.reference.core_mechanisms._actor_.expression_semantics"></a><h6>
-<a name="id2830009"></a>
+<a name="id3391205"></a>
           <a class="link" href="_actor_.html#phoenix.reference.core_mechanisms._actor_.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -184,7 +184,7 @@
           [header Header] #include &lt;boost/phoenix/core/actor.hpp&gt;
         </p>
 <a name="phoenix.reference.core_mechanisms._actor_.example"></a><h6>
-<a name="id2830321"></a>
+<a name="id3391519"></a>
           <a class="link" href="_actor_.html#phoenix.reference.core_mechanisms._actor_.example">Example</a>
         </h6>
 <p>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/_meta_grammar_.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/_meta_grammar_.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/_meta_grammar_.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>meta_grammar</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="_actor_.html" title="actor">
 <link rel="next" href="environment.html" title="environment">
@@ -16,12 +16,12 @@
 <div class="spirit-nav">
 <a accesskey="p" href="_actor_.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="environment.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms._meta_grammar_"></a><a class="link" href="_meta_grammar_.html" title="meta_grammar"><code class="computeroutput"><span class="identifier">meta_grammar</span></code></a>
 </h4></div></div></div>
 <a name="phoenix.reference.core_mechanisms._meta_grammar_.description"></a><h6>
-<a name="id2830378"></a>
+<a name="id3391574"></a>
           <a class="link" href="_meta_grammar_.html#phoenix.reference.core_mechanisms._meta_grammar_.description">Description</a>
         </h6>
 <p>
@@ -30,7 +30,7 @@
           grammar rules. It is used to define what valid Phoenix Expressions are.
         </p>
 <a name="phoenix.reference.core_mechanisms._meta_grammar_.synopsis"></a><h6>
-<a name="id2830417"></a>
+<a name="id3391613"></a>
           <a class="link" href="_meta_grammar_.html#phoenix.reference.core_mechanisms._meta_grammar_.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">meta_grammar</span>
@@ -43,7 +43,7 @@
 <span class="special">};</span>
 </pre>
 <a name="phoenix.reference.core_mechanisms._meta_grammar_.template_parameters"></a><h6>
-<a name="id2830597"></a>
+<a name="id3391793"></a>
           <a class="link" href="_meta_grammar_.html#phoenix.reference.core_mechanisms._meta_grammar_.template_parameters">Template
           Parameters</a>
         </h6>
@@ -78,7 +78,7 @@
 </tr></tbody>
 </table></div>
 <a name="phoenix.reference.core_mechanisms._meta_grammar_.expression_semantics"></a><h6>
-<a name="id2830677"></a>
+<a name="id3391875"></a>
           <a class="link" href="_meta_grammar_.html#phoenix.reference.core_mechanisms._meta_grammar_.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -133,7 +133,7 @@
           [header Header] #include &lt;boost/phoenix/core/meta_grammar.hpp&gt;
         </p>
 <a name="phoenix.reference.core_mechanisms._meta_grammar_.example"></a><h6>
-<a name="id2830857"></a>
+<a name="id3392055"></a>
           <a class="link" href="_meta_grammar_.html#phoenix.reference.core_mechanisms._meta_grammar_.example">Example</a>
         </h6>
 <pre class="programlisting"><span class="comment">// Adding terminals to the set of valid Phoenix expressions

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/environment.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/environment.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/environment.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>environment</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="_meta_grammar_.html" title="meta_grammar">
 <link rel="next" href="evaluator.html" title="evaluator">
@@ -16,12 +16,12 @@
 <div class="spirit-nav">
 <a accesskey="p" href="_meta_grammar_.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="evaluator.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms.environment"></a><a class="link" href="environment.html" title="environment"><code class="computeroutput"><span class="identifier">environment</span></code></a>
 </h4></div></div></div>
 <a name="phoenix.reference.core_mechanisms.environment.description"></a><h6>
-<a name="id2831342"></a>
+<a name="id3392540"></a>
           <a class="link" href="environment.html#phoenix.reference.core_mechanisms.environment.description">Description</a>
         </h6>
 <p>
@@ -29,7 +29,7 @@
           This environment is a Fusion Random Access Sequences.
         </p>
 <a name="phoenix.reference.core_mechanisms.environment.synopsis"></a><h6>
-<a name="id2831366"></a>
+<a name="id3392565"></a>
           <a class="link" href="environment.html#phoenix.reference.core_mechanisms.environment.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">result_of</span>
@@ -52,23 +52,23 @@
 <span class="keyword">struct</span> <span class="identifier">_actions</span><span class="special">;</span>
 </pre>
 <a name="phoenix.reference.core_mechanisms.environment.template_parameter"></a><h6>
-<a name="id2831660"></a>
+<a name="id3392858"></a>
           <a class="link" href="environment.html#phoenix.reference.core_mechanisms.environment.template_parameter">Template
           Parameter</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.environment.expression_semantics"></a><h6>
-<a name="id2831680"></a>
+<a name="id3392878"></a>
           <a class="link" href="environment.html#phoenix.reference.core_mechanisms.environment.expression_semantics">Expression
           Semantics</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.environment.header"></a><h6>
-<a name="id2831700"></a>
+<a name="id3392898"></a>
           <a class="link" href="environment.html#phoenix.reference.core_mechanisms.environment.header">Header</a>
         </h6>
 <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">core</span><span class="special">/</span><span class="identifier">environment</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="phoenix.reference.core_mechanisms.environment.examples"></a><h6>
-<a name="id2831776"></a>
+<a name="id3392973"></a>
           <a class="link" href="environment.html#phoenix.reference.core_mechanisms.environment.examples">Examples</a>
         </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>evaluator</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="environment.html" title="environment">
 <link rel="next" href="evaluator/default_actions.html" title="default_actions">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="environment.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="evaluator/default_actions.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms.evaluator"></a><a class="link" href="evaluator.html" title="evaluator"><code class="computeroutput"><span class="identifier">evaluator</span></code></a>
 </h4></div></div></div>
@@ -26,7 +26,7 @@
 <dt><span class="section">arity</span></dt>
 </dl></div>
 <a name="phoenix.reference.core_mechanisms.evaluator.description"></a><h6>
-<a name="id2831816"></a>
+<a name="id3393014"></a>
           <a class="link" href="evaluator.html#phoenix.reference.core_mechanisms.evaluator.description">Description</a>
         </h6>
 <p>
@@ -34,13 +34,13 @@
           for evaluating Phoenix expressions.
         </p>
 <a name="phoenix.reference.core_mechanisms.evaluator.synopsis"></a><h6>
-<a name="id2831848"></a>
+<a name="id3393046"></a>
           <a class="link" href="evaluator.html#phoenix.reference.core_mechanisms.evaluator.synopsis">Synopsis</a>
         </h6>
 <pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">evaluator</span><span class="special">;</span>
 </pre>
 <a name="phoenix.reference.core_mechanisms.evaluator.expression_semantics"></a><h6>
-<a name="id2831886"></a>
+<a name="id3393084"></a>
           <a class="link" href="evaluator.html#phoenix.reference.core_mechanisms.evaluator.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -80,7 +80,7 @@
           [header Header] #include &lt;boost/phoenix/core/meta_grammar.hpp&gt;
         </p>
 <a name="phoenix.reference.core_mechanisms.evaluator.examples"></a><h6>
-<a name="id2832012"></a>
+<a name="id3393211"></a>
           <a class="link" href="evaluator.html#phoenix.reference.core_mechanisms.evaluator.examples">Examples</a>
         </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/arity.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/arity.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/arity.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>arity</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../evaluator.html" title="evaluator">
 <link rel="prev" href="is_nullary.html" title="is_nullary">
 <link rel="next" href="../expression.html" title="expression">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="is_nullary.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../evaluator.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="../expression.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.core_mechanisms.evaluator.arity"></a><a class="link" href="arity.html" title="arity"><code class="computeroutput"><span class="identifier">arity</span></code></a>
 </h5></div></div></div>
 <a name="phoenix.reference.core_mechanisms.evaluator.arity.description"></a><h6>
-<a name="id2832269"></a>
+<a name="id3393468"></a>
             <a class="link" href="arity.html#phoenix.reference.core_mechanisms.evaluator.arity.description">Description</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.evaluator.arity.synopsis"></a><h6>
-<a name="id2832288"></a>
+<a name="id3393487"></a>
             <a class="link" href="arity.html#phoenix.reference.core_mechanisms.evaluator.arity.synopsis">Synopsis</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.evaluator.arity.expression_semantics"></a><h6>
-<a name="id2832307"></a>
+<a name="id3393506"></a>
             <a class="link" href="arity.html#phoenix.reference.core_mechanisms.evaluator.arity.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -37,7 +37,7 @@
             [header Header]
           </p>
 <a name="phoenix.reference.core_mechanisms.evaluator.arity.examples"></a><h6>
-<a name="id2832331"></a>
+<a name="id3393530"></a>
             <a class="link" href="arity.html#phoenix.reference.core_mechanisms.evaluator.arity.examples">Examples</a>
           </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/default_actions.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/default_actions.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/default_actions.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>default_actions</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../evaluator.html" title="evaluator">
 <link rel="prev" href="../evaluator.html" title="evaluator">
 <link rel="next" href="is_nullary.html" title="is_nullary">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../evaluator.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../evaluator.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="is_nullary.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.core_mechanisms.evaluator.default_actions"></a><a class="link" href="default_actions.html" title="default_actions"><code class="computeroutput"><span class="identifier">default_actions</span></code></a>
 </h5></div></div></div>
 <a name="phoenix.reference.core_mechanisms.evaluator.default_actions.description"></a><h6>
-<a name="id2832053"></a>
+<a name="id3393252"></a>
             <a class="link" href="default_actions.html#phoenix.reference.core_mechanisms.evaluator.default_actions.description">Description</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.evaluator.default_actions.synopsis"></a><h6>
-<a name="id2832074"></a>
+<a name="id3393273"></a>
             <a class="link" href="default_actions.html#phoenix.reference.core_mechanisms.evaluator.default_actions.synopsis">Synopsis</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.evaluator.default_actions.expression_semantics"></a><h6>
-<a name="id2832094"></a>
+<a name="id3393294"></a>
             <a class="link" href="default_actions.html#phoenix.reference.core_mechanisms.evaluator.default_actions.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -37,7 +37,7 @@
             [header Header]
           </p>
 <a name="phoenix.reference.core_mechanisms.evaluator.default_actions.examples"></a><h6>
-<a name="id2832119"></a>
+<a name="id3393318"></a>
             <a class="link" href="default_actions.html#phoenix.reference.core_mechanisms.evaluator.default_actions.examples">Examples</a>
           </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/is_nullary.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/is_nullary.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/evaluator/is_nullary.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_nullary</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../evaluator.html" title="evaluator">
 <link rel="prev" href="default_actions.html" title="default_actions">
 <link rel="next" href="arity.html" title="arity">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="default_actions.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../evaluator.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="arity.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.core_mechanisms.evaluator.is_nullary"></a><a class="link" href="is_nullary.html" title="is_nullary"><code class="computeroutput"><span class="identifier">is_nullary</span></code></a>
 </h5></div></div></div>
 <a name="phoenix.reference.core_mechanisms.evaluator.is_nullary.description"></a><h6>
-<a name="id2832164"></a>
+<a name="id3393362"></a>
             <a class="link" href="is_nullary.html#phoenix.reference.core_mechanisms.evaluator.is_nullary.description">Description</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.evaluator.is_nullary.synopsis"></a><h6>
-<a name="id2832183"></a>
+<a name="id3393381"></a>
             <a class="link" href="is_nullary.html#phoenix.reference.core_mechanisms.evaluator.is_nullary.synopsis">Synopsis</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.evaluator.is_nullary.expression_semantics"></a><h6>
-<a name="id2832203"></a>
+<a name="id3393401"></a>
             <a class="link" href="is_nullary.html#phoenix.reference.core_mechanisms.evaluator.is_nullary.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -37,7 +37,7 @@
             [header Header]
           </p>
 <a name="phoenix.reference.core_mechanisms.evaluator.is_nullary.examples"></a><h6>
-<a name="id2832226"></a>
+<a name="id3393425"></a>
             <a class="link" href="is_nullary.html#phoenix.reference.core_mechanisms.evaluator.is_nullary.examples">Examples</a>
           </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/expression.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/expression.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/expression.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>expression</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="evaluator/arity.html" title="arity">
 <link rel="next" href="phoenix_define_expression.html" title="PHOENIX_DEFINE_EXPRESSION">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="evaluator/arity.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="phoenix_define_expression.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms.expression"></a><a class="link" href="expression.html" title="expression"><code class="computeroutput"><span class="identifier">expression</span></code></a>
 </h4></div></div></div>
 <a name="phoenix.reference.core_mechanisms.expression.description"></a><h6>
-<a name="id2832373"></a>
+<a name="id3393572"></a>
           <a class="link" href="expression.html#phoenix.reference.core_mechanisms.expression.description">Description</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.expression.synopsis"></a><h6>
-<a name="id2832392"></a>
+<a name="id3393591"></a>
           <a class="link" href="expression.html#phoenix.reference.core_mechanisms.expression.synopsis">Synopsis</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.expression.expression_semantics"></a><h6>
-<a name="id2832411"></a>
+<a name="id3393610"></a>
           <a class="link" href="expression.html#phoenix.reference.core_mechanisms.expression.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -37,7 +37,7 @@
           [header Header]
         </p>
 <a name="phoenix.reference.core_mechanisms.expression.examples"></a><h6>
-<a name="id2832435"></a>
+<a name="id3393634"></a>
           <a class="link" href="expression.html#phoenix.reference.core_mechanisms.expression.examples">Examples</a>
         </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>PHOENIX_DEFINE_EXPRESSION</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="expression.html" title="expression">
 <link rel="next" href="phoenix_define_expression_vararg.html" title="PHOENIX_DEFINE_EXPRESSION_VARARG">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="expression.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="phoenix_define_expression_vararg.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression"></a><a class="link" href="phoenix_define_expression.html" title="PHOENIX_DEFINE_EXPRESSION"><code class="computeroutput"><span class="identifier">PHOENIX_DEFINE_EXPRESSION</span></code></a>
 </h4></div></div></div>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression.description"></a><h6>
-<a name="id2832477"></a>
+<a name="id3393676"></a>
           <a class="link" href="phoenix_define_expression.html#phoenix.reference.core_mechanisms.phoenix_define_expression.description">Description</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression.synopsis"></a><h6>
-<a name="id2832497"></a>
+<a name="id3393697"></a>
           <a class="link" href="phoenix_define_expression.html#phoenix.reference.core_mechanisms.phoenix_define_expression.synopsis">Synopsis</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression.expression_semantics"></a><h6>
-<a name="id2832518"></a>
+<a name="id3393718"></a>
           <a class="link" href="phoenix_define_expression.html#phoenix.reference.core_mechanisms.phoenix_define_expression.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -37,7 +37,7 @@
           [header Header]
         </p>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression.examples"></a><h6>
-<a name="id2832544"></a>
+<a name="id3393743"></a>
           <a class="link" href="phoenix_define_expression.html#phoenix.reference.core_mechanisms.phoenix_define_expression.examples">Examples</a>
         </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_ext.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_ext.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_ext.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>PHOENIX_DEFINE_EXPRESSION_EXT</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="phoenix_define_expression_vararg.html" title="PHOENIX_DEFINE_EXPRESSION_VARARG">
 <link rel="next" href="phoenix_define_expression_vararg_ext.html" title="PHOENIX_DEFINE_EXPRESSION_VARARG_EXT">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="phoenix_define_expression_vararg.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="phoenix_define_expression_vararg_ext.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_ext"></a><a class="link" href="phoenix_define_expression_ext.html" title="PHOENIX_DEFINE_EXPRESSION_EXT"><code class="computeroutput"><span class="identifier">PHOENIX_DEFINE_EXPRESSION_EXT</span></code></a>
 </h4></div></div></div>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_ext.description"></a><h6>
-<a name="id2832700"></a>
+<a name="id3393900"></a>
           <a class="link" href="phoenix_define_expression_ext.html#phoenix.reference.core_mechanisms.phoenix_define_expression_ext.description">Description</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_ext.synopsis"></a><h6>
-<a name="id2832720"></a>
+<a name="id3393920"></a>
           <a class="link" href="phoenix_define_expression_ext.html#phoenix.reference.core_mechanisms.phoenix_define_expression_ext.synopsis">Synopsis</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_ext.expression_semantics"></a><h6>
-<a name="id2832742"></a>
+<a name="id3393941"></a>
           <a class="link" href="phoenix_define_expression_ext.html#phoenix.reference.core_mechanisms.phoenix_define_expression_ext.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -37,7 +37,7 @@
           [header Header]
         </p>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_ext.examples"></a><h6>
-<a name="id2832767"></a>
+<a name="id3393967"></a>
           <a class="link" href="phoenix_define_expression_ext.html#phoenix.reference.core_mechanisms.phoenix_define_expression_ext.examples">Examples</a>
         </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_vararg.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_vararg.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_vararg.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>PHOENIX_DEFINE_EXPRESSION_VARARG</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="phoenix_define_expression.html" title="PHOENIX_DEFINE_EXPRESSION">
 <link rel="next" href="phoenix_define_expression_ext.html" title="PHOENIX_DEFINE_EXPRESSION_EXT">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="phoenix_define_expression.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="phoenix_define_expression_ext.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg"></a><a class="link" href="phoenix_define_expression_vararg.html" title="PHOENIX_DEFINE_EXPRESSION_VARARG"><code class="computeroutput"><span class="identifier">PHOENIX_DEFINE_EXPRESSION_VARARG</span></code></a>
 </h4></div></div></div>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg.description"></a><h6>
-<a name="id2832588"></a>
+<a name="id3393788"></a>
           <a class="link" href="phoenix_define_expression_vararg.html#phoenix.reference.core_mechanisms.phoenix_define_expression_vararg.description">Description</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg.synopsis"></a><h6>
-<a name="id2832609"></a>
+<a name="id3393808"></a>
           <a class="link" href="phoenix_define_expression_vararg.html#phoenix.reference.core_mechanisms.phoenix_define_expression_vararg.synopsis">Synopsis</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg.expression_semantics"></a><h6>
-<a name="id2832630"></a>
+<a name="id3393830"></a>
           <a class="link" href="phoenix_define_expression_vararg.html#phoenix.reference.core_mechanisms.phoenix_define_expression_vararg.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -37,7 +37,7 @@
           [header Header]
         </p>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg.examples"></a><h6>
-<a name="id2832656"></a>
+<a name="id3393855"></a>
           <a class="link" href="phoenix_define_expression_vararg.html#phoenix.reference.core_mechanisms.phoenix_define_expression_vararg.examples">Examples</a>
         </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_vararg_ext.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_vararg_ext.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/phoenix_define_expression_vararg_ext.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>PHOENIX_DEFINE_EXPRESSION_VARARG_EXT</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="phoenix_define_expression_ext.html" title="PHOENIX_DEFINE_EXPRESSION_EXT">
 <link rel="next" href="terminals.html" title="Terminals">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="phoenix_define_expression_ext.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="terminals.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg_ext"></a><a class="link" href="phoenix_define_expression_vararg_ext.html" title="PHOENIX_DEFINE_EXPRESSION_VARARG_EXT"><code class="computeroutput"><span class="identifier">PHOENIX_DEFINE_EXPRESSION_VARARG_EXT</span></code></a>
 </h4></div></div></div>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg_ext.description"></a><h6>
-<a name="id2832812"></a>
+<a name="id3394012"></a>
           <a class="link" href="phoenix_define_expression_vararg_ext.html#phoenix.reference.core_mechanisms.phoenix_define_expression_vararg_ext.description">Description</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg_ext.synopsis"></a><h6>
-<a name="id2832833"></a>
+<a name="id3394033"></a>
           <a class="link" href="phoenix_define_expression_vararg_ext.html#phoenix.reference.core_mechanisms.phoenix_define_expression_vararg_ext.synopsis">Synopsis</a>
         </h6>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg_ext.expression_semantics"></a><h6>
-<a name="id2832855"></a>
+<a name="id3394055"></a>
           <a class="link" href="phoenix_define_expression_vararg_ext.html#phoenix.reference.core_mechanisms.phoenix_define_expression_vararg_ext.expression_semantics">Expression
           Semantics</a>
         </h6>
@@ -37,7 +37,7 @@
           [header Header]
         </p>
 <a name="phoenix.reference.core_mechanisms.phoenix_define_expression_vararg_ext.examples"></a><h6>
-<a name="id2832880"></a>
+<a name="id3394081"></a>
           <a class="link" href="phoenix_define_expression_vararg_ext.html#phoenix.reference.core_mechanisms.phoenix_define_expression_vararg_ext.examples">Examples</a>
         </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Terminals</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core_mechanisms.html" title="Core Mechanisms">
 <link rel="prev" href="phoenix_define_expression_vararg_ext.html" title="PHOENIX_DEFINE_EXPRESSION_VARARG_EXT">
 <link rel="next" href="terminals/placeholders.html" title="Placeholders">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="phoenix_define_expression_vararg_ext.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core_mechanisms.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="terminals/placeholders.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.core_mechanisms.terminals"></a><a class="link" href="terminals.html" title="Terminals">Terminals</a>
 </h4></div></div></div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/_custom_terminal_.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/_custom_terminal_.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/_custom_terminal_.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>custom_terminal</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../terminals.html" title="Terminals">
 <link rel="prev" href="_is_custom_terminal_.html" title="is_custom_terminal">
 <link rel="next" href="../../the_language.html" title="The Language">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="_is_custom_terminal_.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../terminals.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="../../the_language.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.core_mechanisms.terminals._custom_terminal_"></a><a class="link" href="_custom_terminal_.html" title="custom_terminal"><code class="computeroutput"><span class="identifier">custom_terminal</span></code></a>
 </h5></div></div></div>
 <a name="phoenix.reference.core_mechanisms.terminals._custom_terminal_.description"></a><h6>
-<a name="id2833067"></a>
+<a name="id3394268"></a>
             <a class="link" href="_custom_terminal_.html#phoenix.reference.core_mechanisms.terminals._custom_terminal_.description">Description</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.terminals._custom_terminal_.synopsis"></a><h6>
-<a name="id2833087"></a>
+<a name="id3394288"></a>
             <a class="link" href="_custom_terminal_.html#phoenix.reference.core_mechanisms.terminals._custom_terminal_.synopsis">Synopsis</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.terminals._custom_terminal_.expression_semantics"></a><h6>
-<a name="id2833108"></a>
+<a name="id3394309"></a>
             <a class="link" href="_custom_terminal_.html#phoenix.reference.core_mechanisms.terminals._custom_terminal_.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -37,7 +37,7 @@
             [header Header]
           </p>
 <a name="phoenix.reference.core_mechanisms.terminals._custom_terminal_.examples"></a><h6>
-<a name="id2833133"></a>
+<a name="id3394334"></a>
             <a class="link" href="_custom_terminal_.html#phoenix.reference.core_mechanisms.terminals._custom_terminal_.examples">Examples</a>
           </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/_is_custom_terminal_.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/_is_custom_terminal_.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/_is_custom_terminal_.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>is_custom_terminal</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../terminals.html" title="Terminals">
 <link rel="prev" href="placeholders.html" title="Placeholders">
 <link rel="next" href="_custom_terminal_.html" title="custom_terminal">
@@ -16,20 +16,20 @@
 <div class="spirit-nav">
 <a accesskey="p" href="placeholders.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../terminals.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_terminal_.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.core_mechanisms.terminals._is_custom_terminal_"></a><a class="link" href="_is_custom_terminal_.html" title="is_custom_terminal"><code class="computeroutput"><span class="identifier">is_custom_terminal</span></code></a>
 </h5></div></div></div>
 <a name="phoenix.reference.core_mechanisms.terminals._is_custom_terminal_.description"></a><h6>
-<a name="id2832956"></a>
+<a name="id3394156"></a>
             <a class="link" href="_is_custom_terminal_.html#phoenix.reference.core_mechanisms.terminals._is_custom_terminal_.description">Description</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.terminals._is_custom_terminal_.synopsis"></a><h6>
-<a name="id2832976"></a>
+<a name="id3394176"></a>
             <a class="link" href="_is_custom_terminal_.html#phoenix.reference.core_mechanisms.terminals._is_custom_terminal_.synopsis">Synopsis</a>
           </h6>
 <a name="phoenix.reference.core_mechanisms.terminals._is_custom_terminal_.expression_semantics"></a><h6>
-<a name="id2832998"></a>
+<a name="id3394198"></a>
             <a class="link" href="_is_custom_terminal_.html#phoenix.reference.core_mechanisms.terminals._is_custom_terminal_.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -37,7 +37,7 @@
             [header Header]
           </p>
 <a name="phoenix.reference.core_mechanisms.terminals._is_custom_terminal_.examples"></a><h6>
-<a name="id2833023"></a>
+<a name="id3394223"></a>
             <a class="link" href="_is_custom_terminal_.html#phoenix.reference.core_mechanisms.terminals._is_custom_terminal_.examples">Examples</a>
           </h6>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/placeholders.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/placeholders.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/core_mechanisms/terminals/placeholders.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Placeholders</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../terminals.html" title="Terminals">
 <link rel="prev" href="../terminals.html" title="Terminals">
 <link rel="next" href="_is_custom_terminal_.html" title="is_custom_terminal">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../terminals.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../terminals.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="_is_custom_terminal_.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en"><div class="titlepage"><div><div><h5 class="title">
+<div class="section"><div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.core_mechanisms.terminals.placeholders"></a><a class="link" href="placeholders.html" title="Placeholders">Placeholders</a>
 </h5></div></div></div></div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>The Language</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../reference.html" title="Reference">
 <link rel="prev" href="core_mechanisms/terminals/_custom_terminal_.html" title="custom_terminal">
 <link rel="next" href="the_language/core.html" title="Core">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="core_mechanisms/terminals/_custom_terminal_.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="the_language/core.html"><img src="../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="phoenix.reference.the_language"></a><a class="link" href="the_language.html" title="The Language">The Language</a>
 </h3></div></div></div>
@@ -32,11 +32,11 @@
 <p>
         The definition of the language is split into the following parts:
       </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
             formal language definition of the Phoenix Generators in EBNF notation
           </li>
-<li>
+<li class="listitem">
             Synopsis of the C++ expressions
           </li>
 </ul></div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Core</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../the_language.html" title="The Language">
 <link rel="prev" href="../the_language.html" title="The Language">
 <link rel="next" href="core/value.html" title="Value">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../the_language.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../the_language.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="core/value.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.reference.the_language.core"></a><a class="link" href="core.html" title="Core">Core</a>
 </h4></div></div></div>
@@ -40,14 +40,14 @@
           Terminals are the core building blocks. Phoenix, by default distinguishes
           between 3 types of terminals:
         </p>
-<div class="orderedlist"><ol type="1">
-<li>
+<div class="orderedlist"><ol class="orderedlist" type="1">
+<li class="listitem">
               Value Terminals
             </li>
-<li>
+<li class="listitem">
               Reference Terminals
             </li>
-<li>
+<li class="listitem">
               Placeholders
             </li>
 </ol></div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/arguments.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/arguments.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/arguments.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Arguments</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core.html" title="Core">
 <link rel="prev" href="reference.html" title="Reference">
 <link rel="next" href="nothing.html" title="Nothing">
@@ -16,12 +16,12 @@
 <div class="spirit-nav">
 <a accesskey="p" href="reference.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.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="nothing.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.the_language.core.arguments"></a><a class="link" href="arguments.html" title="Arguments">Arguments</a>
 </h5></div></div></div>
 <a name="phoenix.reference.the_language.core.arguments.description"></a><h6>
-<a name="id2836161"></a>
+<a name="id3397397"></a>
             <a class="link" href="arguments.html#phoenix.reference.the_language.core.arguments.description">Description</a>
           </h6>
 <p>
@@ -29,7 +29,7 @@
             argument will be placed.
           </p>
 <a name="phoenix.reference.the_language.core.arguments.predefined_arguments"></a><h6>
-<a name="id2836189"></a>
+<a name="id3397424"></a>
             <a class="link" href="arguments.html#phoenix.reference.the_language.core.arguments.predefined_arguments">Predefined
             Arguments</a>
           </h6>
@@ -49,7 +49,7 @@
             </p></td></tr>
 </table></div>
 <a name="phoenix.reference.the_language.core.arguments.synopsis"></a><h6>
-<a name="id2836353"></a>
+<a name="id3397589"></a>
             <a class="link" href="arguments.html#phoenix.reference.the_language.core.arguments.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">expression</span>
@@ -94,7 +94,7 @@
 <span class="special">}</span>
 </pre>
 <a name="phoenix.reference.the_language.core.arguments.parameters"></a><h6>
-<a name="id2837348"></a>
+<a name="id3398585"></a>
             <a class="link" href="arguments.html#phoenix.reference.the_language.core.arguments.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -136,7 +136,7 @@
 </tr></tbody>
 </table></div>
 <a name="phoenix.reference.the_language.core.arguments.expression_semantics"></a><h6>
-<a name="id2837434"></a>
+<a name="id3398670"></a>
             <a class="link" href="arguments.html#phoenix.reference.the_language.core.arguments.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -155,13 +155,13 @@
             the Nth function argument. The argument placeholder acts as an
           </p>
 <a name="phoenix.reference.the_language.core.arguments.header"></a><h6>
-<a name="id2837528"></a>
+<a name="id3398765"></a>
             <a class="link" href="arguments.html#phoenix.reference.the_language.core.arguments.header">Header</a>
           </h6>
 <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">core</span><span class="special">/</span><span class="identifier">argument</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="phoenix.reference.the_language.core.arguments.example"></a><h6>
-<a name="id2837612"></a>
+<a name="id3398849"></a>
             <a class="link" href="arguments.html#phoenix.reference.the_language.core.arguments.example">Example</a>
           </h6>
 <p>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/nothing.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/nothing.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/nothing.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Nothing</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core.html" title="Core">
 <link rel="prev" href="arguments.html" title="Arguments">
 <link rel="next" href="../../../ebnf.html" title="EBNF">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="arguments.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.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="../../../ebnf.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.the_language.core.nothing"></a><a class="link" href="nothing.html" title="Nothing">Nothing</a>
 </h5></div></div></div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/reference.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/reference.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/reference.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Reference</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core.html" title="Core">
 <link rel="prev" href="value.html" title="Value">
 <link rel="next" href="arguments.html" title="Arguments">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="value.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.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="arguments.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.the_language.core.reference"></a><a class="link" href="reference.html" title="Reference">Reference</a>
 </h5></div></div></div>
@@ -61,7 +61,7 @@
             offers a lighter alternative.
           </p>
 <a name="phoenix.reference.the_language.core.reference.synopsis"></a><h6>
-<a name="id2835091"></a>
+<a name="id3396326"></a>
             <a class="link" href="reference.html#phoenix.reference.the_language.core.reference.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">expression</span>
@@ -84,7 +84,7 @@
 <span class="identifier">cref</span><span class="special">(</span><span class="identifier">T</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">t</span><span class="special">);</span>
 </pre>
 <a name="phoenix.reference.the_language.core.reference.parameters"></a><h6>
-<a name="id2835450"></a>
+<a name="id3396686"></a>
             <a class="link" href="reference.html#phoenix.reference.the_language.core.reference.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -145,7 +145,7 @@
 </tbody>
 </table></div>
 <a name="phoenix.reference.the_language.core.reference.expression_semantics"></a><h6>
-<a name="id2835562"></a>
+<a name="id3396797"></a>
             <a class="link" href="reference.html#phoenix.reference.the_language.core.reference.expression_semantics">Expression
             Semantics</a>
           </h6>
@@ -186,13 +186,13 @@
             Automatically deduces type T
           </p>
 <a name="phoenix.reference.the_language.core.reference.header"></a><h6>
-<a name="id2836033"></a>
+<a name="id3397268"></a>
             <a class="link" href="reference.html#phoenix.reference.the_language.core.reference.header">Header</a>
           </h6>
 <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">core</span><span class="special">/</span><span class="identifier">reference</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 <a name="phoenix.reference.the_language.core.reference.example"></a><h6>
-<a name="id2836117"></a>
+<a name="id3397353"></a>
             <a class="link" href="reference.html#phoenix.reference.the_language.core.reference.example">Example</a>
           </h6>
 <p>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/value.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/value.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/reference/the_language/core/value.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Value</title>
 <link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../core.html" title="Core">
 <link rel="prev" href="../core.html" title="Core">
 <link rel="next" href="reference.html" title="Reference">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../core.html"><img src="../../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../core.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="reference.html"><img src="../../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="phoenix.reference.the_language.core.value"></a><a class="link" href="value.html" title="Value">Value</a>
 </h5></div></div></div>
@@ -47,7 +47,7 @@
             but, as we'll see later on, there are situations where this is unavoidable.
           </p>
 <a name="phoenix.reference.the_language.core.value.synopsis"></a><h6>
-<a name="id2833770"></a>
+<a name="id3394972"></a>
             <a class="link" href="value.html#phoenix.reference.the_language.core.value.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">expression</span>
@@ -71,7 +71,7 @@
 <span class="identifier">val</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">t</span><span class="special">);</span>
 </pre>
 <a name="phoenix.reference.the_language.core.value.parameters"></a><h6>
-<a name="id2834066"></a>
+<a name="id3395297"></a>
             <a class="link" href="value.html#phoenix.reference.the_language.core.value.parameters">Parameters</a>
           </h6>
 <div class="informaltable"><table class="table">
@@ -135,7 +135,7 @@
 </tbody>
 </table></div>
 <a name="phoenix.reference.the_language.core.value.expression_semantics"></a><h6>
-<a name="id2834197"></a>
+<a name="id3395432"></a>
             <a class="link" href="value.html#phoenix.reference.the_language.core.value.expression_semantics">Expression
             Semantics</a>
           </h6>

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-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Starter Kit</title>
 <link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="prev" href="introduction.html" title="Introduction">
 <link rel="next" href="starter_kit/primitives.html" title="Primitives">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="introduction.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="starter_kit/primitives.html"><img src="../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="phoenix.starter_kit"></a><a class="link" href="starter_kit.html" title="Starter Kit">Starter Kit</a>
 </h2></div></div></div>
@@ -62,7 +62,7 @@
       into high gear quickly.
     </p>
 <a name="phoenix.starter_kit.functors_everywhere"></a><h4>
-<a name="id2773296"></a>
+<a name="id2902843"></a>
       <a class="link" href="starter_kit.html#phoenix.starter_kit.functors_everywhere">Functors everywhere</a>
     </h4>
 <p>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Composites</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../starter_kit.html" title="Starter Kit">
 <link rel="prev" href="primitives/arguments.html" title="Arguments">
 <link rel="next" href="composites/lazy_operators.html" title="Lazy Operators">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="primitives/arguments.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../starter_kit.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="composites/lazy_operators.html"><img src="../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="phoenix.starter_kit.composites"></a><a class="link" href="composites.html" title="Composites">Composites</a>
 </h3></div></div></div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/construct__new__delete__casts.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/construct__new__delete__casts.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/construct__new__delete__casts.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Construct, New, Delete, Casts</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../composites.html" title="Composites">
 <link rel="prev" href="lazy_statements.html" title="Lazy Statements">
 <link rel="next" href="lazy_functions.html" title="Lazy Functions">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="lazy_statements.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../composites.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="lazy_functions.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.starter_kit.composites.construct__new__delete__casts"></a><a class="link" href="construct__new__delete__casts.html" title="Construct, New, Delete, Casts">Construct,
         New, Delete, Casts</a>
@@ -41,7 +41,7 @@
           </p></td></tr>
 </table></div>
 <div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
           <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about this <a class="link" href="../../../">here.</a>
         </p>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_functions.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_functions.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_functions.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Lazy Functions</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../composites.html" title="Composites">
 <link rel="prev" href="construct__new__delete__casts.html" title="Construct, New, Delete, Casts">
 <link rel="next" href="more.html" title="More">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="construct__new__delete__casts.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../composites.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="more.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.starter_kit.composites.lazy_functions"></a><a class="link" href="lazy_functions.html" title="Lazy Functions">Lazy
         Functions</a>
@@ -47,21 +47,21 @@
 <span class="identifier">function</span><span class="special">&lt;</span><span class="identifier">is_odd_impl</span><span class="special">&gt;</span> <span class="identifier">is_odd</span><span class="special">;</span>
 </pre>
 <a name="phoenix.starter_kit.composites.lazy_functions.things_to_note_"></a><h6>
-<a name="id2826176"></a>
+<a name="id2955887"></a>
           <a class="link" href="lazy_functions.html#phoenix.starter_kit.composites.lazy_functions.things_to_note_">Things
           to note:</a>
         </h6>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
               Result type deduction is implemented with the help of the result_of
               protocol. For more information see <a href="http://www.boost.org/doc/libs/1_43_0/libs/utility/utility.htm#result_of" target="_top">Boost.Result
               Of</a>
             </li>
-<li>
+<li class="listitem">
               <code class="computeroutput"><span class="identifier">is_odd_impl</span></code> implements
               the function.
             </li>
-<li>
+<li class="listitem">
               <code class="computeroutput"><span class="identifier">is_odd</span></code>, an instance
               of <code class="computeroutput"><span class="identifier">function</span><span class="special">&lt;</span><span class="identifier">is_odd_impl</span><span class="special">&gt;</span></code>,
               is the lazy function.
@@ -78,7 +78,7 @@
           (See function.cpp)
         </p>
 <a name="phoenix.starter_kit.composites.lazy_functions.predefined_lazy_functions"></a><h6>
-<a name="id2826367"></a>
+<a name="id2956078"></a>
           <a class="link" href="lazy_functions.html#phoenix.starter_kit.composites.lazy_functions.predefined_lazy_functions">Predefined
           Lazy Functions</a>
         </h6>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_operators.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_operators.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_operators.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Lazy Operators</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../composites.html" title="Composites">
 <link rel="prev" href="../composites.html" title="Composites">
 <link rel="next" href="lazy_statements.html" title="Lazy Statements">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../composites.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../composites.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="lazy_statements.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.starter_kit.composites.lazy_operators"></a><a class="link" href="lazy_operators.html" title="Lazy Operators">Lazy
         Operators</a>
@@ -38,13 +38,13 @@
           you will have to explicitly wrap your values in <code class="computeroutput"><span class="identifier">val</span></code>.
           Rules of thumb:
         </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
               In a binary expression (e.g. <code class="computeroutput"><span class="number">3</span>
               <span class="special">*</span> <span class="identifier">arg3</span></code>),
               at least one of the operands must be a phoenix primitive or composite.
             </li>
-<li>
+<li class="listitem">
               In a unary expression (e.g. <code class="computeroutput"><span class="identifier">arg1</span><span class="special">++</span></code>), the single operand must be a phoenix
               primitive or composite.
             </li>
@@ -65,13 +65,13 @@
 </span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">x</span><span class="special">[</span><span class="identifier">ref</span><span class="special">(</span><span class="identifier">i</span><span class="special">)])</span> <span class="comment">// illegal (x is not a phoenix primitive or composite)
 </span></pre>
 <div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
- <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about operators <a class="link" href="../../../">here.</a>
+ <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about operators <a class="link" href="../../modules/operator.html" title="Operator">here.</a>
         </p>
 </div>
 <a name="phoenix.starter_kit.composites.lazy_operators.first_practical_example"></a><h6>
-<a name="id2825046"></a>
+<a name="id2954760"></a>
           <a class="link" href="lazy_operators.html#phoenix.starter_kit.composites.lazy_operators.first_practical_example">First
           Practical Example</a>
         </h6>
@@ -114,7 +114,7 @@
           (See find_if.cpp)
         </p>
 <div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
           <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> ...<span class="bold"><strong>That's it, we're done</strong></span>.
           Well if you wish to know a little bit more, read on...

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_statements.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_statements.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/lazy_statements.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Lazy Statements</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../composites.html" title="Composites">
 <link rel="prev" href="lazy_operators.html" title="Lazy Operators">
 <link rel="next" href="construct__new__delete__casts.html" title="Construct, New, Delete, Casts">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="lazy_operators.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../composites.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="construct__new__delete__casts.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.starter_kit.composites.lazy_statements"></a><a class="link" href="lazy_statements.html" title="Lazy Statements">Lazy
         Statements</a>
@@ -45,7 +45,7 @@
           (See if.cpp)
         </p>
 <div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
           <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about statements <a class="link" href="../../../">here.</a>
         </p>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/more.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/more.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/composites/more.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>More</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../composites.html" title="Composites">
 <link rel="prev" href="lazy_functions.html" title="Lazy Functions">
 <link rel="next" href="../../basics.html" title="Basics">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="lazy_functions.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../composites.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="../../basics.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.starter_kit.composites.more"></a><a class="link" href="more.html" title="More">More</a>
 </h4></div></div></div>
@@ -25,11 +25,10 @@
           It is meant only to cover enough ground to get you into high gear as quickly
           as possible. Some advanced stuff is not discussed here (e.g. <a class="link" href="../../../">Scopes</a>);
           nor are features that provide alternative (short-hand) ways to do the same
- things (e.g. <a class="link" href="../../../">Bind</a>
- vs. <a class="link" href="../../../">Lazy Functions</a>).
+ things (e.g. <a class="link" href="../../../">Bind</a> vs. <a class="link" href="../../../">Lazy Functions</a>).
         </p>
 <div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
           <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> ...<span class="bold"><strong>If you still wish to learn
           more, the read on...</strong></span>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Primitives</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../starter_kit.html" title="Starter Kit">
 <link rel="prev" href="../starter_kit.html" title="Starter Kit">
 <link rel="next" href="primitives/values.html" title="Values">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../starter_kit.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../starter_kit.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="primitives/values.html"><img src="../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="phoenix.starter_kit.primitives"></a><a class="link" href="primitives.html" title="Primitives">Primitives</a>
 </h3></div></div></div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/arguments.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/arguments.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/arguments.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Arguments</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../primitives.html" title="Primitives">
 <link rel="prev" href="references.html" title="References">
 <link rel="next" href="../composites.html" title="Composites">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="references.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../primitives.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="../composites.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.starter_kit.primitives.arguments"></a><a class="link" href="arguments.html" title="Arguments">Arguments</a>
 </h4></div></div></div>
@@ -47,9 +47,9 @@
           (See arguments.cpp)
         </p>
 <div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
- <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about arguments <a class="link" href="../../../">here.</a>
+ <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about arguments <a class="link" href="../../modules/core/arguments.html" title="Arguments">here.</a>
         </p>
 </div>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/references.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/references.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/references.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>References</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../primitives.html" title="Primitives">
 <link rel="prev" href="values.html" title="Values">
 <link rel="next" href="arguments.html" title="Arguments">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="values.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../primitives.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="arguments.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.starter_kit.primitives.references"></a><a class="link" href="references.html" title="References">References</a>
 </h4></div></div></div>
@@ -45,9 +45,9 @@
           (See references.cpp)
         </p>
 <div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
- <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about references <a class="link" href="../../../">here.</a>
+ <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about references <a class="link" href="../../modules/core/references.html" title="References">here.</a>
         </p>
 </div>
 </div>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/values.html
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/values.html (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/html/phoenix/starter_kit/primitives/values.html 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Values</title>
 <link rel="stylesheet" href="../../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
-<link rel="start" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
 <link rel="up" href="../primitives.html" title="Primitives">
 <link rel="prev" href="../primitives.html" title="Primitives">
 <link rel="next" href="references.html" title="References">
@@ -16,7 +16,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../primitives.html"><img src="../../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../primitives.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="references.html"><img src="../../../images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="phoenix.starter_kit.primitives.values"></a><a class="link" href="values.html" title="Values">Values</a>
 </h4></div></div></div>
@@ -33,7 +33,7 @@
           World"</span></code>.
         </p>
 <a name="phoenix.starter_kit.primitives.values.lazy_evaluation"></a><h6>
-<a name="id2773495"></a>
+<a name="id2903042"></a>
           <a class="link" href="values.html#phoenix.starter_kit.primitives.values.lazy_evaluation">Lazy
           Evaluation</a>
         </h6>
@@ -51,9 +51,9 @@
           (See values.cpp)
         </p>
 <div class="sidebar">
-<p class="title"><b></b></p>
+<div class="titlepage"></div>
 <p>
- <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about values <a class="link" href="../../../">here.</a>
+ <span class="inlinemediaobject"><img src="../../../images/tip.png" alt="tip"></span> Learn more about values <a class="link" href="../../modules/core/values.html" title="Values">here.</a>
         </p>
 </div>
 <p>
@@ -66,7 +66,7 @@
           anything and defers the evaluation for later.
         </p>
 <a name="phoenix.starter_kit.primitives.values.callbacks"></a><h6>
-<a name="id2823616"></a>
+<a name="id2903304"></a>
           <a class="link" href="values.html#phoenix.starter_kit.primitives.values.callbacks">Callbacks</a>
         </h6>
 <p>

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-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -13,28 +13,13 @@
 phoenix/starter_kit/composites/more.html
 phoenix/basics.html
 phoenix/organization.html
-phoenix/reference.html
-phoenix/reference/core_mechanisms.html
-phoenix/reference/core_mechanisms/_actor_.html
-phoenix/reference/core_mechanisms/_meta_grammar_.html
-phoenix/reference/core_mechanisms/environment.html
-phoenix/reference/core_mechanisms/evaluator.html
-phoenix/reference/core_mechanisms/evaluator/default_actions.html
-phoenix/reference/core_mechanisms/evaluator/is_nullary.html
-phoenix/reference/core_mechanisms/evaluator/arity.html
-phoenix/reference/core_mechanisms/expression.html
-phoenix/reference/core_mechanisms/phoenix_define_expression.html
-phoenix/reference/core_mechanisms/phoenix_define_expression_vararg.html
-phoenix/reference/core_mechanisms/phoenix_define_expression_ext.html
-phoenix/reference/core_mechanisms/phoenix_define_expression_vararg_ext.html
-phoenix/reference/core_mechanisms/terminals.html
-phoenix/reference/core_mechanisms/terminals/placeholders.html
-phoenix/reference/core_mechanisms/terminals/_is_custom_terminal_.html
-phoenix/reference/core_mechanisms/terminals/_custom_terminal_.html
-phoenix/reference/the_language.html
-phoenix/reference/the_language/core.html
-phoenix/reference/the_language/core/value.html
-phoenix/reference/the_language/core/reference.html
-phoenix/reference/the_language/core/arguments.html
-phoenix/reference/the_language/core/nothing.html
-phoenix/ebnf.html
+phoenix/actor.html
+phoenix/modules.html
+phoenix/modules/core.html
+phoenix/modules/core/values.html
+phoenix/modules/core/references.html
+phoenix/modules/core/constant_references.html
+phoenix/modules/core/arguments.html
+phoenix/modules/core/nothing.html
+phoenix/modules/operator.html
+phoenix/modules/operator/supported_operators.html

Added: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -0,0 +1,7 @@
+
+[section Modules]
+
+[include modules/core.qbk]
+[include modules/operator.qbk]
+
+[endsect]

Added: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/core.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/core.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -0,0 +1,220 @@
+
+[section Core]
+
+Actors are composed to create more complex actors in a tree-like hierarchy. The
+primitives are atomic entities that are like the leaves in the tree. Phoenix is
+extensible. New primitives can be added anytime. Right out of the box, there are
+only a few primitives, these are all defined in the Core module.
+
+This section shall deal with these preset primitives.
+
+[section Values]
+
+
+ #include <boost/phoenix/core/value.hpp>
+
+Whenever we see a constant in a partially applied function, an
+
+ expression::value<T>::type
+
+(where T is the type of the constant) is automatically created for
+us. For instance:
+
+ add(arg1, 6)
+
+Passing a second argument, `6`, an `expression::value<T>::type` is implicitly created
+behind the scenes. This is also equivalent to:
+
+ add(arg1, val(6))
+
+`val(x)` generates an `expression::value<T>::type` where `T` is the type of `x`. In most
+cases, there's no need to explicitly use `val`, but, as we'll see later on,
+there are situations where this is unavoidable.
+
+[h2 Evaluating a Value]
+
+Like arguments, values are also actors. As such, values can be evaluated.
+Invoking a value gives the value's identity. Example:
+
+ cout << val(3)() << val("Hello World")();
+
+prints out "3 Hello World".
+
+[endsect]
+
+[section References]
+
+ #include <boost/phoenix/core/reference.hpp>
+
+Values are immutable constants. Attempting to modify a value will result in a
+compile time error. When we want the function to modify the parameter, we use a
+reference instead. For instance, imagine a lazy function `add_assign`:
+
+ void add_assign(T& x, T y) { x += y; } // pseudo code
+
+Here, we want the first function argument, x, to be mutable. Obviously, we
+cannot write:
+
+ add_assign(1, 2) // error first argument is immutable
+
+In C++, we can pass in a reference to a variable as the first argument in our
+example above. Yet, by default, the library forces arguments passed to partially
+applied functions functions to be immutable values (see [link phoenix.modules.core.values
+Values]). To achieve our intent, we use:
+
+ expression::reference<T>::type
+
+This is similar to `expression::value<T>::type` befor but instead holds a reference to a
+variable.
+
+We normally don't instantiate `expression::reference<T>::type` objects directly. Instead we
+use `ref`. For example (where `i` is an `int` variable):
+
+ add_assign(ref(i), 2)
+
+[heading Evaluating a Reference]
+
+References are actors. Hence, references can be evaluated. Such invocation gives
+the references's identity. Example:
+
+ int i = 3;
+ char const* s = "Hello World";
+ cout << ref(i)() << ref(s)();
+
+prints out "3 Hello World"
+
+[endsect]
+
+[section Constant References]
+
+
+ #include <boost/phoenix/core/reference.hpp>
+
+Another free function `cref(cv)` may also be used. `cref(cv)` creates an
+`expression::reference<T const>::type` object. This is similar to `expression::value<T>::type` but
+when the data to be passed as argument to a function is heavy and expensive to
+copy by value, the `cref(cv)` offers a lighter alternative.
+
+[endsect]
+
+[section Arguments]
+
+ #include <boost/phoenix/core/argument.hpp>
+
+We use an instance of:
+
+ expression::argument<N>::type
+
+to represent the Nth function argument. The argument placeholder acts as an
+imaginary data-bin where a function argument will be placed.
+
+[heading Predefined Arguments]
+
+There are a few predefined instances of `expression::argument<N>::type` named
+`arg1`..`argN`, and its __bll__ counterpart `_1`..`_N`. (where N is a predefined
+maximum).
+
+Here are some sample preset definitions of `arg1`..`argN`
+
+ expression::argument<0>::type const arg1 = {};
+ expression::argument<1>::type const arg2 = {};
+ expression::argument<2>::type const arg3 = {};
+
+and its __bll__ `_1`..`_N` style counterparts:
+
+ expression::argument<0>::type const _1 = {};
+ expression::argument<1>::type const _2 = {};
+ expression::argument<2>::type const _3 = {};
+
+[note You can set `PHOENIX_ARG_LIMIT`, the predefined maximum
+placeholder index. By default, `PHOENIX_ARG_LIMIT` is set to `PHOENIX_LIMIT`
+(See [link phoenix.actor Actor]).]
+
+[heading User Defined Arguments]
+
+When appropriate, you can define your own `argument` names. For example:
+
+ expression::argument<0>::type x; // note zero based index
+
+`x` may now be used as a parameter to a lazy function:
+
+ add(x, 6)
+
+which is equivalent to:
+
+ add(arg1, 6)
+
+[/note
+When dealing with argument placeholders the question arises whether you can call
+member functions on an `argument` actor.
+
+This is possible by supplying a custom `actor` which has a member
+generator function. See [link phoenix.advanced_topics.extending_actors Extending Actors]
+for more details.
+]
+
+[heading Evaluating an Argument]
+
+An argument, when evaluated, selects the Nth argument from the those passed
+in by the client.
+
+For example:
+
+ char c = 'A';
+ int i = 123;
+ const char* s = "Hello World";
+
+ cout << arg1(c) << endl; // Get the 1st argument: c
+ cout << arg1(i, s) << endl; // Get the 1st argument: i
+ cout << arg2(i, s) << endl; // Get the 2nd argument: s
+
+will print out:
+
+ A
+ 123
+ Hello World
+
+[heading Extra Arguments]
+
+In C and C++, a function can have extra arguments that are not at all used by
+the function body itself. These extra arguments are simply ignored.
+
+Phoenix also allows extra arguments to be passed. For example, recall our
+original `add` function:
+
+ add(arg1, arg2)
+
+We know now that partially applying this function results to a function that
+expects 2 arguments. However, the library is a bit more lenient and allows the
+caller to supply more arguments than is actually required. Thus, `add` actually
+allows 2 /or more/ arguments. For instance, with:
+
+ add(arg1, arg2)(x, y, z)
+
+the third argument `z` is ignored. Taking this further, in-between arguments are
+also ignored. Example:
+
+ add(arg1, arg5)(a, b, c, d, e)
+
+Here, arguments b, c, and d are ignored. The function `add` takes in the first
+argument (`arg1`) and the fifth argument (`arg5`).
+
+[note There are a few reasons why enforcing strict arity is not
+desirable. A case in point is the callback function. Typical callback functions
+provide more information than is actually needed. Lambda functions are often
+used as callbacks.]
+
+[endsect]
+
+[section Nothing]
+
+ #include <boost/phoenix/core/nothing.hpp>
+
+Finally, the `expression::null::type` does nothing; (a "bum", if you will :-).
+There's a sole `expression::null::type` instance named "nothing". This actor is
+actually useful in situations where we don't want to do anything. (See
+[link phoenix.modules.statement.for_statement for_ Statement] for example).
+
+[endsect]
+
+[endsect]

Added: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/operator.qbk
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/modules/operator.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -0,0 +1,152 @@
+
+[section Operator]
+ #include <boost/phoenix/operator.hpp>
+
+This facility provides a mechanism for lazily evaluating operators.
+Syntactically, a lazy operator looks and feels like an ordinary C/C++ infix,
+prefix or postfix operator. The operator application looks the same. However,
+unlike ordinary operators, the actual operator execution is deferred. Samples:
+
+ arg1 + arg2
+ 1 + arg1 * arg2
+ 1 / -arg1
+ arg1 < 150
+
+We have seen the lazy operators in action (see [link phoenix.starter_kit.composites.lazy_operators
+Quick Start - Lazy Operators]). Let's go back and examine them a little bit further:
+
+ std::find_if(c.begin(), c.end(), arg1 % 2 == 1)
+
+Through operator overloading, the expression `arg1 % 2 == 1` actually generates
+an actor. This actor object is passed on to STL's `find_if` function. From
+the viewpoint of STL, the composite is simply a function object expecting a
+single argument of the containers value_type. For each element in `c`,
+the element is passed on as an argument `arg1` to the actor (function
+object). The actor checks if this is an odd value based on the expression
+`arg1 % 2 == 1` where arg1 is replaced by the container's element.
+
+Like lazy functions (see
+[link phoenix.modules.function Function]), lazy operators are not immediately executed
+when invoked. Instead, an actor (see [link phoenix.concepts.actor Actor])
+object is created and returned to the caller. Example:
+
+ (arg1 + arg2) * arg3
+
+does nothing more than return an actor. A second function call will evaluate
+the actual operators. Example:
+
+ cout << ((arg1 + arg2) * arg3)(4, 5, 6);
+
+will print out "54".
+
+Operator expressions are lazily evaluated following four simple rules:
+
+# A binary operator, except `->*` will be lazily evaluated when
+ /at least/ one of its operands is an actor object
+ (see [link phoenix.concepts.actor Actor]).
+# Unary operators are lazily evaluated if their argument is an actor object.
+# Operator `->*` is lazily evaluated if the left hand argument is an actor object.
+# The result of a lazy operator is an actor object that can in turn allow the
+ applications of rules 1, 2 and 3.
+
+For example, to check the following expression is lazily evaluated:
+
+ -(arg1 + 3 + 6)
+
+# Following rule 1, `arg1 + 3` is lazily evaluated since `arg1` is an actor
+ (see [link phoenix.modules.core.arguments Arguments]).
+# The result of this `arg1 + 3` expression is an actor object, following rule 4.
+# Continuing, `arg1 + 3 + 6` is again lazily evaluated.
+ Rule 2.
+# By rule 4 again, the result of `arg1 + 3 + 6` is an actor object.
+# As `arg1 + 3 + 6` is an actor, `-(arg1 + 3 + 6)` is lazily evaluated. Rule 2.
+
+Lazy-operator application is highly contagious. In most cases, a single `argN`
+actor infects all its immediate neighbors within a group (first level or
+parenthesized expression).
+
+Note that at least one operand of any operator must be a valid actor
+for lazy evaluation to take effect. To force lazy evaluation of an
+ordinary expression, we can use `ref(x)`, `val(x)` or `cref(x)` to
+transform an operand into a valid actor object (see [link phoenix.modules.core Core]).
+For example:
+
+ 1 << 3; // Immediately evaluated
+ val(1) << 3; // Lazily evaluated
+
+[section Supported operators]
+
+[heading Unary operators]
+
+ prefix: ~, !, -, +, ++, --, & (reference), * (dereference)
+ postfix: ++, --
+
+[heading Binary operators]
+
+ =, [], +=, -=, *=, /=, %=, &=, |=, ^=, <<=, >>=
+ +, -, *, /, %, &, |, ^, <<, >>
+ ==, !=, <, >, <=, >=
+ &&, ||, ->*
+
+[heading Ternary operator]
+
+ if_else(c, a, b)
+
+The ternary operator deserves special mention. Since C++ does not allow us to
+overload the conditional expression: `c ? a : b`, the if_else pseudo function is
+provided for this purpose. The behavior is identical, albeit in a lazy manner.
+
+[heading Member pointer operator]
+
+ a->*member_object_pointer
+ a->*member_function_pointer
+
+The left hand side of the member pointer operator must be an actor returning a pointer
+type. The right hand side of the member pointer operator may be either a pointer to member
+object or pointer to member function.
+
+If the right hand side is a member object pointer, the result is an actor which, when evaluated,
+returns a reference to that member. For example:
+
+ struct A
+ {
+ int member;
+ };
+
+ A* a = new A;
+ ...
+
+ (arg1->*&A::member)(a); // returns member a->member
+
+If the right hand side is a member function pointer, the result is an actor which, when invoked, calls the specified member function. For example:
+
+ struct A
+ {
+ int func(int);
+ };
+
+ A* a = new A;
+ int i = 0;
+
+ (arg1->*&A::func)(arg2)(a, i); // returns a->func(i)
+
+
+[/table Include Files
+ [[Operators] [File]]
+ [[`-`, `+`, `++`, `--`, `+=`,
+ `-=`, `*=`, `/=`, `%=`,
+ `*`, `/`, `%`] [`#include <boost/spirit/home/phoenix/operator/arithmetic.hpp>`]]
+ [[`&=`, `|=`, `^=`, `<<=`,
+ `>>=`, `&`, `|`, `^`, `<<`,
+ `>>`] [`#include <boost/spirit/home/phoenix/operator/bitwise.hpp>`]]
+ [[`==`, `!=`, `<`,
+ `<=`, `>`, `>=`] [`#include <boost/spirit/home/phoenix/operator/comparison.hpp>`]]
+ [[`<<`, `>>`] [`#include <boost/spirit/home/phoenix/operator/io.hpp>`]]
+ [[`!`, &&, `||`] [`#include <boost/spirit/home/phoenix/operator/logical.hpp>`]]
+ [[`&x`, `*p`, `=`, `[]`] [`#include <boost/spirit/home/phoenix/operator/self.hpp>`]]
+ [[`if_else(c, a, b)`] [`#include <boost/spirit/home/phoenix/operator/if_else.hpp>`]]
+ [[`->*`] [`#include <boost/spirit/home/phoenix/operator/member.hpp>`]]
+]
+
+[endsect]
+[endsect]

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/organisation.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/organisation.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/organisation.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -29,7 +29,7 @@
 
 The lowest two layers comprise the core.
 
-The [link phoenix.reference.concepts.actor `Actor`] is the main concept behind the library. Lazy functions are
+The [link phoenix.actor `Actor`] is the main concept behind the library. Lazy functions are
 abstracted as actors.
 
 Primitives provide the basic building blocks of functionality within Phoenix.

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/phoenix3.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/phoenix3.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/phoenix3.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -48,8 +48,10 @@
 [include starter_kit.qbk]
 [include basics.qbk]
 [include organisation.qbk]
+[include actors.qbk]
+[include modules.qbk]
 [/include advanced.qbk]
-[include reference.qbk]
+[/include reference.qbk]
 
 [/include actors.qbk]
 [/include advanced.qbk]

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/arguments.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/arguments.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/arguments.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -30,6 +30,6 @@
 
 (See [@../../example/arguments.cpp arguments.cpp])
 
-[blurb __tip__ Learn more about arguments [link phoenix.reference.modules.core.arguments here.]]
+[blurb __tip__ Learn more about arguments [link phoenix.modules.core.arguments here.]]
 
 [endsect]

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/function.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/function.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/function.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -57,7 +57,7 @@
 The library is chock full of STL savvy, predefined lazy functions covering the
 whole of the STL containers, iterators and algorithms. For example, there are lazy
 versions of container related operations such as assign, at, back, begin,
-pop_back, pop_front, push_back, push_front, etc. (See [link phoenix.reference.modules.stl
+pop_back, pop_front, push_back, push_front, etc. (See [link phoenix.modules.stl
 STL]).
 
 [endsect]

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/more.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/more.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/more.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -11,9 +11,9 @@
 
 As mentioned earlier, this chapter is not a thorough discourse of the library.
 It is meant only to cover enough ground to get you into high gear as quickly as
-possible. Some advanced stuff is not discussed here (e.g. [link phoenix.reference.modules.scope
+possible. Some advanced stuff is not discussed here (e.g. [link phoenix.modules.scope
 Scopes]); nor are features that provide alternative (short-hand) ways to do the
-same things (e.g. [link phoenix.reference.modules.bind Bind] vs. [link phoenix.reference.modules.function Lazy Functions]).
+same things (e.g. [link phoenix.modules.bind Bind] vs. [link phoenix.modules.function Lazy Functions]).
 
 [blurb __tip__ ...*If you still wish to learn more, the read on...*]
 

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/object.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/object.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/object.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -20,7 +20,7 @@
 [note Take note that, by convention, names that conflict with C++
 reserved words are appended with a single trailing underscore `'_'`]
 
-[blurb __tip__ Learn more about this [link phoenix.reference.modules.object here.]]
+[blurb __tip__ Learn more about this [link phoenix.modules.object here.]]
 
 [endsect]
 

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/operator.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/operator.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/operator.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -40,7 +40,7 @@
     x[ref(i)] // illegal (x is not a phoenix primitive or composite)
     ref(x[ref(i)]) // illegal (x is not a phoenix primitive or composite)
 
-[blurb __tip__ Learn more about operators [link phoenix.reference.modules.operator here.]]
+[blurb __tip__ Learn more about operators [link phoenix.modules.operator here.]]
 
 [heading First Practical Example]
 

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/references.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/references.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/references.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -25,7 +25,7 @@
 
 (See [@../../example/references.cpp references.cpp])
 
-[blurb __tip__ Learn more about references [link phoenix.reference.modules.core.references here.]]
+[blurb __tip__ Learn more about references [link phoenix.modules.core.references here.]]
 
 [endsect]
 

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/statement.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/statement.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/statement.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -29,6 +29,6 @@
 
 (See [@../../example/if.cpp if.cpp])
 
-[blurb __tip__ Learn more about statements [link phoenix.reference.modules.statement here.]]
+[blurb __tip__ Learn more about statements [link phoenix.modules.statement here.]]
 
 [endsect]

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/values.qbk
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/values.qbk (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/doc/starter_kit/values.qbk 2011-01-24 13:15:44 EST (Mon, 24 Jan 2011)
@@ -29,7 +29,7 @@
 
 (See [@../../example/values.cpp values.cpp])
 
-[blurb __tip__ Learn more about values [link phoenix.reference.modules.core.values here.]]
+[blurb __tip__ Learn more about values [link phoenix.modules.core.values here.]]
 
 The second function call (the one with no arguments) calls the nullary function
 which then returns `3`. The need for a second function call is the reason why


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