Browse Source

Add the hash documentation to the main BoostBook file.

[SVN r28136]
Daniel James 21 years ago
parent
commit
fa778312e8
2 changed files with 4 additions and 0 deletions
  1. 2 0
      doc/Jamfile.v2
  2. 2 0
      doc/src/boost.xml

+ 2 - 0
doc/Jamfile.v2

@@ -9,6 +9,8 @@ boostbook doc : src/boost.xml
      <dependency>../libs/program_options/doc//autodoc.xml 
      <dependency>../libs/algorithm/string/doc//autodoc.xml
      <dependency>../libs/logic/doc//reference.xml
+     <dependency>../libs/functional/hash/doc//hash
+     <implicit-dependency>../libs/functional/hash/doc//hash
      <xsl:param>boost.libraries=../../libs/libraries.htm
 
     ;

+ 2 - 0
doc/src/boost.xml

@@ -302,6 +302,8 @@
      </libraryinfo>
    </library>
 
+   <xi:include href="hash.xml"/>
+
    <library name="Graph" dirname="graph" html-only="1">
      <libraryinfo>
        <author>

粤ICP备19079148号