Boost logo

Boost-Commit :

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


Author: trademark
Date: 2011-07-17 11:04:45 EDT (Sun, 17 Jul 2011)
New Revision: 73189
URL: http://svn.boost.org/trac/boost/changeset/73189

Log:
Update ISBN and comment some trivial examples.
Text files modified:
   sandbox/SOC/2011/checks/libs/checks/doc/checks.qbk | 12 ++++++------
   1 files changed, 6 insertions(+), 6 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-17 11:04:45 EDT (Sun, 17 Jul 2011)
@@ -62,7 +62,7 @@
 
 [section:isbn ISBN checking]
 
-The functions defined at [@../../../../boost/checks/isbn.hpp <boost/checks/isbn.hpp>]
+The functions defined at [/ @../../../../boost/checks/isbn.hpp <boost/checks/isbn.hpp>]
 are for validating and computing check digits of
 [/ Use defined __ISBN instead of @http://en.wikipedia.org/wiki/International_Standard_Book_Number ISBN]
 __ISBN strings.
@@ -88,7 +88,7 @@
 Exercise for the student, or wait till I get back!]
 
 [/funcref fully::qualified::function_name Link text]
-[funcref boost::checks::is_isbn10 is_isbn10 function]
+[/funcref boost::checks::is_isbn10 is_isbn10 function]
 
   // This function checks if an `isbn10` is a valid ISBN.
   bool is_isbn10(const std::string& isbn);
@@ -148,20 +148,20 @@
 
 Here is a really trivial example of making an ISBN check and also computing the check digit.
 
-[import ..\example\isbn_example.cpp]
+[/ import ..\example\isbn_example.cpp]
 
 First we need to include the appropriate file including the check and compute functions.
 
-[checks_isbn_example_1]
+[/ checks_isbn_example_1]
 
 Then assuming that the ISBN is in a `std::string`, we can check a complete ISBN,
 and also compute the check digit from one lacking the check digit.
 
-[checks_isbn_example_2]
+[/ checks_isbn_example_2]
 
 This provides this output:
 
-[checks_isbn_output_1]
+[/ checks_isbn_output_1]
 
 [endsect] [/section:isbn_example ISBN example]
 


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