mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Added Boost.Interprocess and Boost.Intrusive to the documentation group
[SVN r38077]
This commit is contained in:
parent
04d5947a6b
commit
2c13ec72a7
2 changed files with 11 additions and 1 deletions
|
@ -28,6 +28,10 @@ boostbook doc
|
|||
<dependency>../more/whos_using//using
|
||||
<dependency>../tools/jam/doc//bjam
|
||||
<dependency>../tools/quickbook/doc//quickbook
|
||||
<dependency>../libs/interprocess/doc//interprocess_doxygen.xml
|
||||
<dependency>../libs/interprocess/doc//interprocess_xml
|
||||
<dependency>../libs/intrusive/doc//intrusive_doxygen.xml
|
||||
<dependency>../libs/intrusive/doc//intrusive_xml
|
||||
|
||||
## Add path references to the QuickBook generated docs...
|
||||
|
||||
|
@ -43,6 +47,8 @@ boostbook doc
|
|||
<implicit-dependency>../tools/jam/doc//bjam
|
||||
<implicit-dependency>../tools/quickbook/doc//quickbook
|
||||
<implicit-dependency>../libs/mpi/doc//mpi
|
||||
<implicit-dependency>../libs/interprocess/doc//interprocess_xml
|
||||
<implicit-dependency>../libs/intrusive/doc//intrusive_xml
|
||||
|
||||
<xsl:param>boost.libraries=../../libs/libraries.htm
|
||||
|
||||
|
|
|
@ -300,7 +300,9 @@
|
|||
<librarycategory name="category:math"/>
|
||||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
|
||||
<xi:include href="interprocess_xml.xml"/>
|
||||
|
||||
<library name="Interval" dirname="numeric/interval" html-only="1"
|
||||
url="../../libs/numeric/interval/doc/index.html">
|
||||
<libraryinfo>
|
||||
|
@ -322,6 +324,8 @@
|
|||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<xi:include href="intrusive_xml.xml"/>
|
||||
|
||||
<library name="I/O State Savers" dirname="io" html-only="1">
|
||||
<libraryinfo>
|
||||
<author>
|
||||
|
|
Loading…
Add table
Reference in a new issue