mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-30 20:12:31 +00:00
* Use `doc/src/*.css` instead of `doc/html/*.css`. * Remove wiki and people directories. * Some documentation fixes. * Left out `minimal.css` changes and boostbook changes because of clashes. [SVN r63347]
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 ] ; |