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

Ensure that the asio docs are generated.

[SVN r43313]
Christopher Kohlhoff 18 лет назад
Родитель
Сommit
86cc4d1849
4 измененных файлов с 31 добавлено и 1 удалено
  1. 1 0
      doc/Jamfile.v2
  2. 17 0
      doc/html/boost_asio.html
  3. 12 0
      doc/src/boost.xml
  4. 1 1
      libs/asio

+ 1 - 0
doc/Jamfile.v2

@@ -36,6 +36,7 @@ boostbook doc
     <dependency>../libs/interprocess/doc//interprocess
     <dependency>../libs/intrusive/doc//autodoc.xml
     <dependency>../libs/intrusive/doc//intrusive
+    <dependency>../libs/asio/doc//asio
 
     ## Add path references to the QuickBook generated docs...
 

+ 17 - 0
doc/html/boost_asio.html

@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+  <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+
+      Distributed under the Boost Software License, Version 1.0.
+      (See accompanying file LICENSE_1_0.txt or copy at
+      http://www.boost.org/LICENSE_1_0.txt) -->
+    <title>Redirect to generated documentation</title>
+    <meta http-equiv="refresh" content="0; URL=http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_asio.html">
+  </head>
+  <body>
+    Automatic redirection failed, please go to
+    <a href="http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_asio.html">http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_asio.html</a>
+  </body>
+</html>
+

+ 12 - 0
doc/src/boost.xml

@@ -52,6 +52,18 @@
     <xi:include href="../../libs/any/doc/any.xml"/>
     <xi:include href="../../libs/array/doc/array.xml"/>
 
+   <library name="Asio" dirname="asio" html-only="1">
+     <libraryinfo>
+       <author>
+         <firstname>Christopher</firstname>
+         <surname>Kohlhoff</surname>
+       </author>
+
+       <librarypurpose>Portable networking, including sockets, timers, hostname resolution and socket iostreams.</librarypurpose>
+       <librarycategory name="category:io"/>
+     </libraryinfo>
+   </library>
+
    <library name="Bind" dirname="bind" html-only="1">
      <libraryinfo>
        <author>

+ 1 - 1
libs/asio

@@ -1 +1 @@
-Subproject commit 505192a463af23f1aa720974e271197e6037be49
+Subproject commit 02bffc92fbbb46d715f2e267bfec4014f2cef1b2

粤ICP备19079148号