• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1project tools/inspect/doc ;
2
3import path ;
4
5using quickbook ;
6
7xml inspect
8    :
9    inspect.qbk
10    ;
11
12boostbook standalone
13    :
14        inspect
15    :
16        <xsl:param>boost.root=../../../..
17    ;
18
19#~ Copyright Rene Rivera 2006.
20#~ Distributed under the Boost Software License, Version 1.0. (See accompanying
21#~ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
22