Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54083 - in trunk/libs/spirit/doc: . html html/spirit/abstracts qi
From: joel_at_[hidden]
Date: 2009-06-18 22:36:49


Author: djowel
Date: 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
New Revision: 54083
URL: http://svn.boost.org/trac/boost/changeset/54083

Log:
setting up the reference
Added:
   trunk/libs/spirit/doc/qi/action.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/auxiliary.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/binary.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/char.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/concepts.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/directive.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/nonterminal.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/numeric.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/operator.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/reference.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/stream.qbk (contents, props changed)
   trunk/libs/spirit/doc/qi/string.qbk (contents, props changed)
Text files modified:
   trunk/libs/spirit/doc/html/index.html | 2 +-
   trunk/libs/spirit/doc/html/spirit/abstracts/parsing_expression_grammar.html | 2 +-
   trunk/libs/spirit/doc/qi.qbk | 32 +++++++++++++++-----------------
   3 files changed, 17 insertions(+), 19 deletions(-)

Modified: trunk/libs/spirit/doc/html/index.html
==============================================================================
--- trunk/libs/spirit/doc/html/index.html (original)
+++ trunk/libs/spirit/doc/html/index.html 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -158,7 +158,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: June 17, 2009 at 02:54:49 GMT</small></p></td>
+<td align="left"><p><small>Last revised: June 19, 2009 at 02:23:07 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: trunk/libs/spirit/doc/html/spirit/abstracts/parsing_expression_grammar.html
==============================================================================
--- trunk/libs/spirit/doc/html/spirit/abstracts/parsing_expression_grammar.html (original)
+++ trunk/libs/spirit/doc/html/spirit/abstracts/parsing_expression_grammar.html 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -137,7 +137,7 @@
         loops:
       </p>
 <pre class="programlisting"><span class="identifier">a</span><span class="special">*</span>
-<span class="identifier">b</span><span class="special">+</span>
+<span class="identifier">a</span><span class="special">+</span>
 </pre>
 <div class="note"><table border="0" summary="Note">
 <tr>

Modified: trunk/libs/spirit/doc/qi.qbk
==============================================================================
--- trunk/libs/spirit/doc/qi.qbk (original)
+++ trunk/libs/spirit/doc/qi.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -27,23 +27,21 @@
 [include qi/quick_reference.qbk]
 [endsect]
 
-[/section Reference]
-[/section Concepts]
-[/include reference/qi/parser.qbk]
-[/include reference/qi/generator.qbk]
-[/endsect]
-[/include reference/qi/char.qbk]
-[/include reference/qi/string.qbk]
-[/include reference/qi/numeric.qbk]
-[/include reference/qi/binary.qbk]
-[/include reference/qi/directive.qbk]
-[/include reference/qi/action.qbk]
-[/include reference/qi/nonterminal.qbk]
-[/include reference/qi/operator.qbk]
-[/include reference/qi/stream.qbk]
-[/include reference/qi/auxiliary.qbk]
-[/include reference/qi/debug.qbk]
-[/endsect]
+[/
+[section Reference]
+[include qi/concepts.qbk]
+[include qi/action.qbk]
+[include qi/auxiliary.qbk]
+[include qi/binary.qbk]
+[include qi/char.qbk]
+[include qi/directive.qbk]
+[include qi/nonterminal.qbk]
+[include qi/numeric.qbk]
+[include qi/operator.qbk]
+[include qi/stream.qbk]
+[include qi/string.qbk]
+[endsect]
+]
 
 [endsect]
 

Added: trunk/libs/spirit/doc/qi/action.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/action.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Action]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/auxiliary.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/auxiliary.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Auxiliary]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/binary.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/binary.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Binary]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/char.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/char.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Char]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/concepts.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/concepts.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Concepts]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/directive.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/directive.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Directive]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/nonterminal.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/nonterminal.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Nonterminal]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/numeric.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/numeric.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Numeric]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/operator.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/operator.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Operator]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/reference.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/reference.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Reference]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/stream.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/stream.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 Stream]
+
+
+
+[endsect]

Added: trunk/libs/spirit/doc/qi/string.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/doc/qi/string.qbk 2009-06-18 22:36:48 EDT (Thu, 18 Jun 2009)
@@ -0,0 +1,13 @@
+[/==============================================================================
+ Copyright (C) 2001-2008 Joel de Guzman
+ Copyright (C) 2001-2008 Hartmut Kaiser
+
+ 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 String]
+
+
+
+[endsect]


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