Boost logo

Boost-Commit :

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


Author: trademark
Date: 2011-08-19 20:07:54 EDT (Fri, 19 Aug 2011)
New Revision: 73939
URL: http://svn.boost.org/trac/boost/changeset/73939

Log:
Delete obsolete file.
Removed:
   sandbox/SOC/2011/checks/libs/checks/doc/checks_Vasconcelos.qbk

Deleted: sandbox/SOC/2011/checks/libs/checks/doc/checks_Vasconcelos.qbk
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/doc/checks_Vasconcelos.qbk 2011-08-19 20:07:54 EDT (Fri, 19 Aug 2011)
+++ (empty file)
@@ -1,42 +0,0 @@
-[article Boost.Checks
- [quickbook 1.5]
- [copyright 2011 Murilo Adriano Vasconcelos]
- [purpose Creation and validation of check digits]
- [license
- 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])
- ]
- [authors [Vasconcelos, Murilo Adriano]]
- [/last-revision $Date: 2011-02-08 12:58:15 +0000 (Tue, 02 Feb 2011) $]
-]
-
-[template super[x]'''<superscript>'''[x]'''</superscript>''']
-
-[section:checks Boost.Checks]
-
-[section Overview]
-The intent of this library is to provide a collection of functions for validating and creating check digits.
-[endsect]
-
-[endsect]
-
-[section ISBN checking]
-The functions defined at [@../../../../boost/checks/isbn.hpp <boost/checks/isbn.hpp>] are for validating and computing check digits of [http://en.wikipedia.org/wiki/International_Standard_Book_Number ISBN] strings.
-
-[section Synopsis]
- /**
- * This function checks if a `isbn' is a valid ISBN
- */
- bool is_isbn(const std::string& isbn);
-
- /**
- * This function computes the check digit for a given ISBN in `isbn'
- */
- char isbn_check_digit(const std::string& isbn);
-
-[endsect]
-
-Both functions assume that `isbn` is a 10-digit ISBN
-
-[endsect]
\ No newline at end of file


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