Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72902 - sandbox/SOC/2011/checks/libs/checks/doc
From: pierre.talbot.6114_at_[hidden]
Date: 2011-07-04 17:16:40


Author: trademark
Date: 2011-07-04 17:16:39 EDT (Mon, 04 Jul 2011)
New Revision: 72902
URL: http://svn.boost.org/trac/boost/changeset/72902

Log:
Adding of includes (introduction, modulus, error).qbk
Text files modified:
   sandbox/SOC/2011/checks/libs/checks/doc/checks.qbk | 15 +++++----------
   1 files changed, 5 insertions(+), 10 deletions(-)

Modified: sandbox/SOC/2011/checks/libs/checks/doc/checks.qbk
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/doc/checks.qbk (original)
+++ sandbox/SOC/2011/checks/libs/checks/doc/checks.qbk 2011-07-04 17:16:39 EDT (Mon, 04 Jul 2011)
@@ -18,7 +18,7 @@
 [def __boostlicense [@http://www.boost.org/LICENSE_1_0.txt Boost License]]
 
 [def __ISBN [@http://en.wikipedia.org/wiki/Isbn International Standard Book Number (ISBN)]]
-[def __ISSN [@http://en.wikipedia.org/wiki/International_Standard_Serial_Number International Standard Serial Number]]
+[def __ISSN [@http://en.wikipedia.org/wiki/International_Standard_Serial_Number International Standard Serial Number (ISSN)]]
 
 [def __overview [link checks.overview overview]] [/ example of a link to a section.]
 
@@ -28,13 +28,6 @@
 
 [def __spaces '''  '''] [/ two spaces - useful for an indent.]
 
-[/Pierre - you have to make a major decision whether to split the doc into several .qbk files,
-or to do it in one big file. Opinions vary. I found lots of small files a nuisance to manage,
-but equally it may get too big to manage and will involve a lot of refactoring?
-I think I'd go for a max of 4. Perhaps Overview and all the checks, another for tutorial examples,
-and final for refs, acks, history...
-But you also might like to have each checks example follow its description?]
-
 [section:checks Boost.Checks]
 
 [section:overview Overview]
@@ -63,7 +56,9 @@
 
 [endsect] [/section:overview Overview]
 
-[/This section might be in a separate file isbn.qbk and you then 'call' include isbn.qbk]
+[include introduction.qbk]
+[include errors.qbk]
+[include modulus.qbk]
 
 [section:isbn ISBN checking]
 
@@ -81,7 +76,7 @@
 
 All alterations of a single digit will be detected.
 
-All alterations of two digits will be detected. ??? Is this right???
+Most alterations of two digits will be detected.
 
 All two digit transpositions will be detected.
 


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