mirror of https://gitee.com/bigwinds/arangodb
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 ] ; |