Explorar o código

Fix typos of TypeIndex library

Antony Polukhin %!s(int64=12) %!d(string=hai) anos
pai
achega
be57fae2ff
Modificáronse 2 ficheiros con 5 adicións e 3 borrados
  1. 2 2
      doc/Jamfile.v2
  2. 3 1
      libs/libraries.htm

+ 2 - 2
doc/Jamfile.v2

@@ -86,7 +86,7 @@ boostbook doc
     <dependency>../libs/type_erasure/doc//type_erasure
     <dependency>../libs/type_erasure/doc//type_erasure
     <dependency>../libs/align/doc//reference.xml
     <dependency>../libs/align/doc//reference.xml
     <dependency>../libs/align/doc//align
     <dependency>../libs/align/doc//align
-    <dependency>../libs/align/doc//type_index
+    <dependency>../libs/type_index/doc//type_index
 
 
     ## Add path references to the QuickBook generated docs...
     ## Add path references to the QuickBook generated docs...
 
 
@@ -122,7 +122,7 @@ boostbook doc
     <implicit-dependency>../libs/atomic/doc//atomic
     <implicit-dependency>../libs/atomic/doc//atomic
     <implicit-dependency>../libs/type_erasure/doc//type_erasure
     <implicit-dependency>../libs/type_erasure/doc//type_erasure
     <implicit-dependency>../libs/align/doc//align
     <implicit-dependency>../libs/align/doc//align
-    <implicit-dependency>../libs/align/doc//type_index
+    <implicit-dependency>../libs/type_index/doc//type_index
 
 
     <xsl:param>boost.libraries=../../libs/libraries.htm
     <xsl:param>boost.libraries=../../libs/libraries.htm
 
 

+ 3 - 1
libs/libraries.htm

@@ -341,6 +341,8 @@ how to download, build, and install the libraries.</p>
     from Jaakko J&auml;rvi.</li>
     from Jaakko J&auml;rvi.</li>
     <li><a href="type_erasure/index.html">type_erasure</a> -
     <li><a href="type_erasure/index.html">type_erasure</a> -
         Runtime polymorphism based on concepts, from Steven Watanabe.</li>
         Runtime polymorphism based on concepts, from Steven Watanabe.</li>
+    <li><a href="type_index/index.html">type_index</a> - 
+        Runtime/Compile time copyable type info, from Antony Polukhin.</li>
     <li><a href="type_traits/index.html">type_traits</a> -
     <li><a href="type_traits/index.html">type_traits</a> -
         Templates for fundamental properties of types, from John
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
         Maddock, Steve Cleary, et al.</li>
@@ -684,7 +686,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
         Execute arbitrary code at scope exit, from Alexander Nasonov and Lorenzo Caminiti.</li>
         Execute arbitrary code at scope exit, from Alexander Nasonov and Lorenzo Caminiti.</li>
     <li><a href="typeof/index.html">typeof</a> -
     <li><a href="typeof/index.html">typeof</a> -
         Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
         Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
-    <li><a href="type_index/index.html">align</a> - Runtime/Compile time copyable type info, 
+    <li><a href="type_index/index.html">type_index</a> - Runtime/Compile time copyable type info, 
         from Antony Polukhin.</li>
         from Antony Polukhin.</li>
 </ul>
 </ul>
 
 

粤ICP备19079148号