From 29f14bcf66a7037b4ca98d54498f5149c084c1d3 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 13 Oct 2007 18:47:41 +0000 Subject: [PATCH] Use quickbook v1.4 for the hash library. [SVN r39985] --- hash/doc/hash.qbk | 2 +- hash/doc/links.qbk | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hash/doc/hash.qbk b/hash/doc/hash.qbk index f14e563..5bb200a 100644 --- a/hash/doc/hash.qbk +++ b/hash/doc/hash.qbk @@ -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 diff --git a/hash/doc/links.qbk b/hash/doc/links.qbk index 7214c3e..5d9a269 100644 --- a/hash/doc/links.qbk +++ b/hash/doc/links.qbk @@ -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]