eaf1a48583
- Fixed multiple broken links to the documentation. Converted some of the links to internal references to the QuickBook documentation. Not all links converted because some of the QuickBook pages are not completely converted. - Renamed utilities.qbk to type_traits.qbk and removed the part duplicated by concept_checking.qbk. - Renamed traits.qbk to iterator_traits.qbk to better disambiguate with other type traits documented in type_traits.qbk. - Converted some of the headings in iterator concepts to sections to be able to give those sections ids. This allows to reference those sections from other places in the documentation. - In order to preserve the more compact pagination of the new sections (i.e. to have multiple sections on one page, like it was with headings) set chunk.section.depth=2 in the docs Jamfile.
28 lines
752 B
Plaintext
28 lines
752 B
Plaintext
# Copyright Thomas Witt 2005. Use, modification, and distribution are
|
|
# subject to the Boost Software License, Version 1.0. (See accompanying
|
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
using quickbook ;
|
|
|
|
xml iterator
|
|
:
|
|
quickbook/iterator.qbk
|
|
;
|
|
|
|
boostbook standalone
|
|
:
|
|
iterator
|
|
:
|
|
<xsl:param>boost.root=../../../..
|
|
<xsl:param>toc.max.depth=3
|
|
<xsl:param>toc.section.depth=3
|
|
<xsl:param>chunk.section.depth=2
|
|
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/iterator/doc
|
|
;
|
|
|
|
###############################################################################
|
|
alias boostdoc ;
|
|
explicit boostdoc ;
|
|
alias boostrelease : standalone ;
|
|
explicit boostrelease ;
|