Added first (rough) draft of quickbook documentation

[SVN r30962]
This commit is contained in:
Thomas Witt
2005-09-13 22:42:38 +00:00
parent 48f7be7015
commit ae10a3b706
20 changed files with 4516 additions and 0 deletions

20
doc/Jamfile.v2 Normal file
View File

@ -0,0 +1,20 @@
# 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>toc.max.depth=3
<xsl:param>toc.section.depth=3
<xsl:param>chunk.section.depth=4
;