Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-10-13 14:47:41


Author: danieljames
Date: 2007-10-13 14:47:41 EDT (Sat, 13 Oct 2007)
New Revision: 39985
URL: http://svn.boost.org/trac/boost/changeset/39985

Log:
Use quickbook v1.4 for the hash library.
Text files modified:
   trunk/libs/functional/hash/doc/hash.qbk | 2 +-
   trunk/libs/functional/hash/doc/links.qbk | 18 +++++++++---------
   2 files changed, 10 insertions(+), 10 deletions(-)

Modified: trunk/libs/functional/hash/doc/hash.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/hash.qbk (original)
+++ trunk/libs/functional/hash/doc/hash.qbk 2007-10-13 14:47:41 EDT (Sat, 13 Oct 2007)
@@ -1,5 +1,5 @@
 [library Boost.Functional/Hash
- [quickbook 1.3]
+ [quickbook 1.4]
     [authors [James, Daniel]]
     [copyright 2005 2006 2007 Daniel James]
     [purpose A TR1 hash function object that can be extended to hash user

Modified: trunk/libs/functional/hash/doc/links.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/links.qbk (original)
+++ trunk/libs/functional/hash/doc/links.qbk 2007-10-13 14:47:41 EDT (Sat, 13 Oct 2007)
@@ -5,22 +5,22 @@
 
 [section:links Links]
 
-[*A Proposal to Add Hash Tables to the Standard Library]\n
-[@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html]\n
+[*A Proposal to Add Hash Tables to the Standard Library]
+[@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html]
 The hash table proposal explains much of the design. The hash function object
 is discussed in Section D.
 
-[*The C++ Standard Library Technical Report.]\n
-[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf]\n
+[*The C++ Standard Library Technical Report.]
+[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf]
 Contains the hash function specification in section 6.3.2.
 
-[*Library Extension Technical Report Issues List.]\n
-[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf]\n
+[*Library Extension Technical Report Issues List.]
+[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf]
 The library implements the extension described in Issue 6.18, pages 63-67.
 
-[*Methods for Identifying Versioned and Plagiarised Documents]\n
-Timothy C. Hoad, Justin Zobel\n
-[@http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf]\n
+[*Methods for Identifying Versioned and Plagiarised Documents]
+Timothy C. Hoad, Justin Zobel
+[@http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf]
 Contains the hash function that [funcref boost::hash_combine] is based on.
 
 [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