mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 22:48:50 +00:00
Add property tree to generated docs.
[SVN r56202]
This commit is contained in:
parent
e11512708a
commit
4b44e7688a
2 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,8 @@ boostbook doc
|
|||
<dependency>../libs/foreach/doc//foreach
|
||||
<dependency>../libs/mpi/doc//mpi
|
||||
<dependency>../libs/mpi/doc//mpi_autodoc.xml
|
||||
<dependency>../libs/property_tree/doc//autodoc.xml
|
||||
<dependency>../libs/property_tree/doc//property_tree
|
||||
#<dependency>../libs/proto/doc//protodoc.xml
|
||||
<dependency>../libs/proto/doc//proto
|
||||
<dependency>../libs/typeof/doc//typeof
|
||||
|
@ -56,6 +58,7 @@ boostbook doc
|
|||
<implicit-dependency>../libs/static_assert/doc//static_assert
|
||||
<implicit-dependency>../libs/tr1/doc//tr1
|
||||
<implicit-dependency>../libs/foreach/doc//foreach
|
||||
<implicit-dependency>../libs/property_tree/doc//property_tree
|
||||
<implicit-dependency>../libs/proto/doc//proto
|
||||
<implicit-dependency>../libs/typeof/doc//typeof
|
||||
<implicit-dependency>../libs/xpressive/doc//xpressive
|
||||
|
|
|
@ -536,6 +536,8 @@
|
|||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<xi:include href="property_tree.xml"/>
|
||||
|
||||
<xi:include href="proto.xml"/>
|
||||
|
||||
<library name="Python" dirname="python" html-only="1">
|
||||
|
|
Loading…
Add table
Reference in a new issue