Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-12 19:23:27


Author: danieljames
Date: 2007-12-12 19:23:27 EST (Wed, 12 Dec 2007)
New Revision: 41993
URL: http://svn.boost.org/trac/boost/changeset/41993

Log:
Add the hash documentation to the unordered library so that it'll be easier to
link between the libraries.

Added:
   sandbox/unordered/libs/functional/
   sandbox/unordered/libs/functional/hash/
   sandbox/unordered/libs/functional/hash/doc/
      - copied from r41992, /trunk/libs/functional/hash/doc/
Text files modified:
   sandbox/unordered/doc/Jamfile.v2 | 4 ++--
   sandbox/unordered/doc/src/boost.xml | 2 +-
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/unordered/doc/Jamfile.v2
==============================================================================
--- sandbox/unordered/doc/Jamfile.v2 (original)
+++ sandbox/unordered/doc/Jamfile.v2 2007-12-12 19:23:27 EST (Wed, 12 Dec 2007)
@@ -8,8 +8,8 @@
 
      <dependency>../libs/unordered/doc//unordered
      <implicit-dependency>../libs/unordered/doc//unordered
- #<dependency>../libs/functional/hash/doc//hash
- #<implicit-dependency>../libs/functional/hash/doc//hash
+ <dependency>../libs/functional/hash/doc//hash
+ <implicit-dependency>../libs/functional/hash/doc//hash
 
      <xsl:param>boost.libraries=../../libs/libraries.htm
     ;

Modified: sandbox/unordered/doc/src/boost.xml
==============================================================================
--- sandbox/unordered/doc/src/boost.xml (original)
+++ sandbox/unordered/doc/src/boost.xml 2007-12-12 19:23:27 EST (Wed, 12 Dec 2007)
@@ -5,5 +5,5 @@
   <title>The Boost C++ Unordered Containers Library Documentation</title>
 
   <xi:include href="unordered.xml"/>
- <!-- <xi:include href="hash.xml"/> -->
+ <xi:include href="hash.xml"/>
 </boostbook>


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