boostbook/test/doxygen/Jamfile.v2
Daniel James 12df57bfe3 Various inspect fixes.
[SVN r56603]
2009-10-05 21:29:39 +00:00

25 lines
611 B
Plaintext

# Copyright 2009 Daniel James.
# Distributed under 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)
import doxygen ;
doxygen autodoc
:
[ glob boost/*.hpp ]
:
<xsl:param>"boost.doxygen.reftitle=Example Reference"
;
boostbook standalone
:
example.xml
:
<xsl:param>boost.root=../../../../..
<xsl:param>boost.libraries=../../../../../libs/libraries.htm
<xsl:param>html.stylesheet=../../../../../doc/html/boostbook.css
<dependency>autodoc
;