mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Mostly to use the images and css files under doc/src instead of doc/html, usually be deleting the settings in order to use the defaults. Also add 'boost.root' to some builds in order to fix links which rely on it. [SVN r63146]
22 lines
468 B
Plaintext
22 lines
468 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=../../../../..
|
|
<dependency>autodoc
|
|
;
|