mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Add type_erasure to the global doc build.
[SVN r83384]
This commit is contained in:
parent
05352def6c
commit
8678a16f08
3 changed files with 5 additions and 1 deletions
|
@ -82,6 +82,7 @@ boostbook doc
|
|||
<dependency>../libs/lockfree/doc//autodoc.xml
|
||||
<dependency>../libs/lockfree/doc//lockfree
|
||||
<dependency>../libs/atomic/doc//atomic
|
||||
<dependency>../libs/type_erasure/doc//type_erasure
|
||||
|
||||
## Add path references to the QuickBook generated docs...
|
||||
|
||||
|
@ -114,6 +115,7 @@ boostbook doc
|
|||
<implicit-dependency>../libs/heap/doc//heap
|
||||
<implicit-dependency>../libs/lockfree/doc//lockfree
|
||||
<implicit-dependency>../libs/atomic/doc//atomic
|
||||
<implicit-dependency>../libs/type_erasure/doc//type_erasure
|
||||
|
||||
<xsl:param>boost.libraries=../../libs/libraries.htm
|
||||
|
||||
|
|
|
@ -684,6 +684,8 @@
|
|||
<librarycategory name="category:data-structures"/>
|
||||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<xi:include href="type_erasure.xml"/>
|
||||
|
||||
<library name="Type Traits" dirname="type_traits" html-only="1">
|
||||
<libraryinfo>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5c28ea34adfcb67b15458a8919a2a77fbab0947d
|
||||
Subproject commit 9efdb8f038ec830ba4b58a951e36610761040947
|
Loading…
Add table
Reference in a new issue