Boost.Range - fixed documentation Jamfile defect and added the algorithm extension iota to the documentation.

[SVN r61072]
This commit is contained in:
Neil Groves
2010-04-05 17:36:10 +00:00
parent 704ce0186a
commit 6e2e1d592b
136 changed files with 552 additions and 669 deletions

View File

@@ -8,20 +8,12 @@
#// For more information, see http://www.boost.org/libs/range/
#//
#use-project boost : $(BOOST_ROOT) ;
project boost/libs/range/doc ;
import boostbook : boostbook ;
#import quickbook ;
using boostbook ;
using quickbook ;
path-constant images_location : html ;
#xml boost_range : boost_range.qbk ;
#boostbook standalone
boostbook quickbook
:
boost_range.qbk
@@ -34,11 +26,7 @@ boostbook quickbook
<xsl:param>toc.section.depth=3
<xsl:param>toc.max.depth=3
<xsl:param>generate.section.toc.level=4
# <xsl:param>generate.section.toc.level=4
# <xsl:param>chunk.first.sections=7
# <xsl:param>toc.section.depth=10
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
<format>pdf:<xsl:param>img.src.path=$(images_location)/
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
<format>pdf:<xsl:param>img.src.path=$(images_location)/
;