Просмотр исходного кода

Added type_traits and static_assert to the BoostBook build process.

[SVN r28288]
John Maddock 21 лет назад
Родитель
Сommit
afb4377585
2 измененных файлов с 10 добавлено и 32 удалено
  1. 6 0
      doc/Jamfile.v2
  2. 4 32
      doc/src/boost.xml

+ 6 - 0
doc/Jamfile.v2

@@ -10,7 +10,13 @@ boostbook doc : src/boost.xml
      <dependency>../libs/algorithm/string/doc//autodoc.xml
      <dependency>../libs/logic/doc//reference.xml
      <dependency>../libs/functional/hash/doc//hash
+     <dependency>../libs/type_traits/doc//type_traits
+     <dependency>../libs/static_assert/doc//static_assert
      <implicit-dependency>../libs/functional/hash/doc//hash
+     <implicit-dependency>../libs/type_traits/doc//type_traits
+     <implicit-dependency>../libs/static_assert/doc//static_assert
      <xsl:param>boost.libraries=../../libs/libraries.htm
 
     ;
+
+

+ 4 - 32
doc/src/boost.xml

@@ -650,18 +650,7 @@
      </libraryinfo>
    </library>
 
-   <library name="Static Assert" dirname="static_assert" html-only="1">
-     <libraryinfo>
-       <author>
-         <firstname>John</firstname>
-         <surname>Maddock</surname>
-       </author>
-       <librarypurpose>Static assertions (compile time assertions)</librarypurpose>
-       <librarycategory name="category:template"/>
-       <librarycategory name="category:generic"/>
-       <librarycategory name="category:testing"/>
-     </libraryinfo>
-   </library>
+   <xi:include href="static_assert.xml"/>
 
    <xi:include href="../../libs/algorithm/string/doc/string_algo.xml"/>
 
@@ -716,27 +705,9 @@
      </libraryinfo>
    </library>
 
-   <library name="Type Traits" dirname="type_traits" html-only="1"
-            url="../../libs/type_traits/index.html">
-     <libraryinfo>
-       <author>
-         <firstname>John</firstname>
-         <surname>Maddock</surname>
-       </author>
-       <author>
-         <firstname>Steve</firstname>
-         <surname>Cleary</surname>
-       </author>
-       <author>
-         <firstname>others</firstname>
-       </author>
-       <librarypurpose>Templates for fundamental properties of types</librarypurpose>
-       <librarycategory name="category:generic"/>
-       <librarycategory name="category:template"/>
-     </libraryinfo>
-   </library>
+   <xi:include href="type_traits.xml"/>
 
-   <library name="uBLAS" dirname="numeric/ublas" html-only="1">
+      <library name="uBLAS" dirname="numeric/ublas" html-only="1">
      <libraryinfo>
        <author>
          <firstname>Joerg</firstname>
@@ -773,3 +744,4 @@
   <xi:include href="../../tools/boostbook/doc/boostbook.xml"/>
   <xi:include href="../../tools/build/v2/doc/src/userman.xml"/>
 </boostbook>
+

粤ICP备19079148号