summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristopher Kohlhoff <chris@kohlhoff.com>2008-02-19 07:31:40 +0000
committerChristopher Kohlhoff <chris@kohlhoff.com>2008-02-19 07:31:40 +0000
commit86cc4d184950e3043a5572dca5e39209cf791248 (patch)
tree09bdcc869d0e31b886f99b0b0a918e8c70dfb729 /doc
parenta1192aad6255cc1a6dae304ade82016932c8fcfc (diff)
downloadboost-86cc4d184950e3043a5572dca5e39209cf791248.tar.gz
Ensure that the asio docs are generated.
[SVN r43313]
Diffstat (limited to 'doc')
-rw-r--r--doc/Jamfile.v21
-rw-r--r--doc/html/boost_asio.html17
-rw-r--r--doc/src/boost.xml12
3 files changed, 30 insertions, 0 deletions
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index 27892ac10a..22e13fa196 100644
--- a/doc/Jamfile.v2
+++ b/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...
diff --git a/doc/html/boost_asio.html b/doc/html/boost_asio.html
new file mode 100644
index 0000000000..2ab60e724c
--- /dev/null
+++ b/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>
+
diff --git a/doc/src/boost.xml b/doc/src/boost.xml
index 431f065ad5..8e172b21fd 100644
--- a/doc/src/boost.xml
+++ b/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>