mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
25 lines
611 B
Plaintext
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
|
|
;
|