Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73970 - sandbox/SOC/2011/checks/libs/checks/doc
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-20 19:24:31


Author: trademark
Date: 2011-08-20 19:24:30 EDT (Sat, 20 Aug 2011)
New Revision: 73970
URL: http://svn.boost.org/trac/boost/changeset/73970

Log:
Add definition for files;
Text files modified:
   sandbox/SOC/2011/checks/libs/checks/doc/checks.qbk | 21 +++++++++++++--------
   1 files changed, 13 insertions(+), 8 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-08-20 19:24:30 EDT (Sat, 20 Aug 2011)
@@ -17,17 +17,21 @@
 [/Note too that it can't be used for images.]
 [def __boostlicense [@http://www.boost.org/LICENSE_1_0.txt Boost License]]
 
-[def __CHECKS_HIERARCHY__ [$images/checks/check_hierarchy.png]]
-[def __EXTENDS_LIBRARY__ [link boost_checks.checks.tutorial.extending_the_library extending the library]]
+[def __CHECKS__HIERARCHY__ [$images/checks/check_hierarchy.png]]
+[def __EXTENDS__LIBRARY__ [link boost_checks.checks.tutorial.extending_the_library extending the library]]
+
+[def __BASIC__CHECK__FILE__ [@ ../../../boost/checks/basic_checks.hpp basic_checks.hpp]]
+[def __WEIGHTED__SUM__FILE__ [@ ../../../boost/checks/weighted_sum.hpp weighted_sum.hpp]]
+[def __RTN__FILE__ [@ ../example/rtn.hpp rtn.hpp]]
+[def __VIN__FILE__ [@ ../example/vin.hpp vin.hpp]]
+[def __CHECKS__TUTO__FILE__ [@ ../example/checks_tutorial.cpp checks_tutorial.cpp]]
+[def __CHECKS__EXAMPLE__FILE__ [@ ../example/checks_examples.cpp checks_examples.cpp]]
 
 [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 (ISSN)]]
 [def __VIN [@http://en.wikipedia.org/wiki/Vehicle_identification_number Vehicle Identification Number (VIN)]]
 [def __RTN [@http://en.wikipedia.org/wiki/Routing_transit_number Routing transit number (RTN)]]
-
-[def __overview [link checks.overview overview]] [/ example of a link to a section.]
-
-[template super[x]'''<superscript>'''[x]'''</superscript>''']
+[def __CODE39 [@http://en.wikipedia.org/wiki/Code_39 Code 39]]
 
 [def __spaces '''&#x2000;&#x2000;'''] [/ two spaces - useful for an indent.]
 
@@ -59,10 +63,10 @@
 and Verhoeff. A lot of other checks are inherited from these families, the following diagram
 shows the hierachy used in Boost.Checks:
 
-__CHECKS_HIERARCHY__
+__CHECKS__HIERARCHY__
 
 You can find numerous check algorithm, and this is why this library is design to help you to create your own check.
-If you are interested, please consult __EXTENDS_LIBRARY__.
+If you are interested, please consult __EXTENDS__LIBRARY__.
 
 
 [important This is not (yet) an official Boost library. It was a
@@ -102,6 +106,7 @@
 
 # __RTN
 # __VIN
+# __CODE39
 
 [endsect] [/section:refs References]
 


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