mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-27 07:02:14 +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]
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
|
|
import toolset ;
|
|
toolset.using doxygen ;
|
|
|
|
boostbook program_option
|
|
: program_options.xml
|
|
: <implicit-dependency>autodoc
|
|
<xsl:param>boost.root=../../../..
|
|
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
|
|
;
|
|
|
|
doxygen autodoc
|
|
: [ glob ../../../boost/program_options/*.hpp ] ; |