Files
unordered/doc/Jamfile.v2
Daniel James 4e235a1610 Add the hash documentation to the unordered library so that it'll be easier to
link between the libraries.


[SVN r41993]
2007-12-13 00:23:27 +00:00

16 lines
442 B
Plaintext

project boost/doc ;
import boostbook : boostbook ;
boostbook doc : src/boost.xml
:
## Build the various generated docs (Doxygen and QuickBook)...
<dependency>../libs/unordered/doc//unordered
<implicit-dependency>../libs/unordered/doc//unordered
<dependency>../libs/functional/hash/doc//hash
<implicit-dependency>../libs/functional/hash/doc//hash
<xsl:param>boost.libraries=../../libs/libraries.htm
;