$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74143 - trunk/libs/unordered/doc
From: dnljms_at_[hidden]
Date: 2011-08-29 13:14:29
Author: danieljames
Date: 2011-08-29 13:14:28 EDT (Mon, 29 Aug 2011)
New Revision: 74143
URL: http://svn.boost.org/trac/boost/changeset/74143
Log:
Unordered: Use quickbook 1.5
Text files modified: 
   trunk/libs/unordered/doc/buckets.qbk       |     2 +-                                      
   trunk/libs/unordered/doc/comparison.qbk    |     4 ++--                                    
   trunk/libs/unordered/doc/hash_equality.qbk |     2 +-                                      
   trunk/libs/unordered/doc/unordered.qbk     |     2 +-                                      
   4 files changed, 5 insertions(+), 5 deletions(-)
Modified: trunk/libs/unordered/doc/buckets.qbk
==============================================================================
--- trunk/libs/unordered/doc/buckets.qbk	(original)
+++ trunk/libs/unordered/doc/buckets.qbk	2011-08-29 13:14:28 EDT (Mon, 29 Aug 2011)
@@ -112,7 +112,7 @@
 below the max load factor, and set the maximum load factor to be the same as
 or close to the hint - unless your hint is unreasonably small or large.
 
-[table Methods for Controlling Bucket Size
+[table:bucket_size Methods for Controlling Bucket Size
     [[Method] [Description]]
 
     [
Modified: trunk/libs/unordered/doc/comparison.qbk
==============================================================================
--- trunk/libs/unordered/doc/comparison.qbk	(original)
+++ trunk/libs/unordered/doc/comparison.qbk	2011-08-29 13:14:28 EDT (Mon, 29 Aug 2011)
@@ -4,7 +4,7 @@
 
 [section:comparison Comparison with Associative Containers]
 
-[table Interface differences.
+[table:interface_differences Interface differences.
     [[Associative Containers] [Unordered Associative Containers]]
 
     [
@@ -88,7 +88,7 @@
     ]
 ]
 
-[table Complexity Guarantees
+[table:complexity_guarantees Complexity Guarantees
     [[Operation] [Associative Containers] [Unordered Associative Containers]]
     [
         [Construction of empty container]
Modified: trunk/libs/unordered/doc/hash_equality.qbk
==============================================================================
--- trunk/libs/unordered/doc/hash_equality.qbk	(original)
+++ trunk/libs/unordered/doc/hash_equality.qbk	2011-08-29 13:14:28 EDT (Mon, 29 Aug 2011)
@@ -69,7 +69,7 @@
 do this.  Remember that it relies on extensions to the draft standard - so it
 won't work on other implementations of the unordered associative containers.
 
-[table Methods for accessing the hash and equality functions.
+[table:access_methods Methods for accessing the hash and equality functions.
     [[Method] [Description]]
 
     [
Modified: trunk/libs/unordered/doc/unordered.qbk
==============================================================================
--- trunk/libs/unordered/doc/unordered.qbk	(original)
+++ trunk/libs/unordered/doc/unordered.qbk	2011-08-29 13:14:28 EDT (Mon, 29 Aug 2011)
@@ -3,7 +3,7 @@
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
 [library Boost.Unordered
-    [quickbook 1.4]
+    [quickbook 1.5]
     [authors [James, Daniel]]
     [copyright 2003 2004 Jeremy B. Maitin-Shepard]
     [copyright 2005 2006 2007 2008 Daniel James]