Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54367 - trunk/libs/spirit/doc
From: sohail_at_[hidden]
Date: 2009-06-26 03:02:36


Author: sohail
Date: 2009-06-26 03:02:35 EDT (Fri, 26 Jun 2009)
New Revision: 54367
URL: http://svn.boost.org/trac/boost/changeset/54367

Log:
Edits
Text files modified:
   trunk/libs/spirit/doc/structure.qbk | 22 +++++++++++-----------
   1 files changed, 11 insertions(+), 11 deletions(-)

Modified: trunk/libs/spirit/doc/structure.qbk
==============================================================================
--- trunk/libs/spirit/doc/structure.qbk (original)
+++ trunk/libs/spirit/doc/structure.qbk 2009-06-26 03:02:35 EDT (Fri, 26 Jun 2009)
@@ -33,9 +33,10 @@
 keep them for backward compatibility. Please be warned.
 
 Each directory (except include and home) have a corresponding header file that
-contains forwarding includes of each relevant include files that the
+contains forwarding includes of each relevant include file that the
 directory contains. For example, there exists a <boost/spirit/actor.hpp>
-header file.
+header file which includes all the relevant files from the boost/spirit/actor/
+directory.
 
 To distinguish between Spirit versions, you can inspect the version file:
 
@@ -54,9 +55,9 @@
 
     BOOST_ROOT/boost/spirit/include
 
-is a special flat-structured directory that contains all the spirit headers.
-The accomodate the flat structure, the headers are prefixed with the sub-
-library name:
+is a special flat directory that contains all the spirit headers. To
+accomodate the flat structure, the headers are prefixed with the
+sub-library name:
 
 * classic_
 * karma_
@@ -102,13 +103,12 @@
 
 The various sub-libraries include files can be found in each
 sub-directory containing the particular sub-library. The include
-structure of each sub-library are documented in each (sub)libraries'
-documentation. Each sub-library follows the same consistent scheme as
-above.
+structure of a sub-library is covered in its documentation. For
+consistency, each library follows the same scheme as above.
 
-To keep it simple for you, the client, you can simply use the main flat
-include directory where all include files are all placed together.
+To keep it simple, you should use the flat include directory at
+boost/spirit/include.
 
 [endsect] [/Include]
 
-[endsect]
\ No newline at end of file
+[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