Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50166 - in branches/release: . doc/html libs/proto/doc
From: eric_at_[hidden]
Date: 2008-12-06 16:32:06


Author: eric_niebler
Date: 2008-12-06 16:32:06 EST (Sat, 06 Dec 2008)
New Revision: 50166
URL: http://svn.boost.org/trac/boost/changeset/50166

Log:
Merged revisions 50165 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r50165 | eric_niebler | 2008-12-06 13:02:38 -0800 (Sat, 06 Dec 2008) | 1 line
  
  fix bad link
........

Properties modified:
   branches/release/ (props changed)
Text files modified:
   branches/release/doc/html/boost_asio.html | 100 ++++++++++++++++++++++++++++++++++------
   branches/release/libs/proto/doc/proto.qbk | 2
   2 files changed, 86 insertions(+), 16 deletions(-)

Modified: branches/release/doc/html/boost_asio.html
==============================================================================
--- branches/release/doc/html/boost_asio.html (original)
+++ branches/release/doc/html/boost_asio.html 2008-12-06 16:32:06 EST (Sat, 06 Dec 2008)
@@ -1,17 +1,87 @@
-<!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
- http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_asio.html
- </body>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Boost.Asio</title>
+<link rel="stylesheet" href="boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
+<link rel="home" href="boost_asio.html" title="Boost.Asio">
+<link rel="next" href="boost_asio/overview.html" title="Overview">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav"><a accesskey="n" href="boost_asio/overview.html"><img src="../../doc/html/images/next.png" alt="Next"></a></div>
+<div class="chapter" lang="en">
+<div class="titlepage"><div>
+<div><h2 class="title">
+<a name="boost_asio"></a>Boost.Asio</h2></div>
+<div><div class="author"><h3 class="author">
+<span class="firstname">Christopher</span> <span class="surname">Kohlhoff</span>
+</h3></div></div>
+<div><p class="copyright">Copyright © 2003 - 2008 Christopher M. Kohlhoff</p></div>
+<div><div class="legalnotice">
+<a name="id607070"></a><p>
+ 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)
+ </p>
+</div></div>
+</div></div>
+<p>
+ Boost.Asio is a cross-platform C++ library for network and low-level I/O programming
+ that provides developers with a consistent asynchronous model using a modern
+ C++ approach.
+ </p>
+<div class="variablelist">
+<p class="title"><b></b></p>
+<dl>
+<dt><span class="term"> <a class="link" href="boost_asio/overview.html" title="Overview">Overview</a>
+ </span></dt>
+<dd><p>
+ An overview of the features included in Boost.Asio, plus rationale and design
+ information.
+ </p></dd>
+<dt><span class="term"> <a class="link" href="boost_asio/using.html" title="Using Boost.Asio">Using Boost.Asio</a>
+ </span></dt>
+<dd><p>
+ How to use Boost.Asio in your applications. Includes information on library
+ dependencies and supported platforms.
+ </p></dd>
+<dt><span class="term"> <a class="link" href="boost_asio/tutorial.html" title="Tutorial">Tutorial</a>
+ </span></dt>
+<dd><p>
+ A tutorial that introduces the fundamental concepts required to use Boost.Asio,
+ and shows how to use Boost.Asio to develop simple client and server programs.
+ </p></dd>
+<dt><span class="term"> <a class="link" href="boost_asio/examples.html" title="Examples">Examples</a>
+ </span></dt>
+<dd><p>
+ Examples that illustrate the use of Boost.Asio in more complex applications.
+ </p></dd>
+<dt><span class="term"> <a class="link" href="boost_asio/reference.html" title="Reference">Reference</a>
+ </span></dt>
+<dd><p>
+ Detailed class and function reference.
+ </p></dd>
+<dt><span class="term"> <a class="link" href="boost_asio/index.html">Index</a>
+ </span></dt>
+<dd><p>
+ Book-style text index of Boost.Asio documentation.
+ </p></dd>
+</dl>
+</div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"><p><small>Last revised: December 06, 2008 at 21:03:47 GMT</small></p></td>
+<td align="right"><div class="copyright-footer"></div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav"><a accesskey="n" href="boost_asio/overview.html"><img src="../../doc/html/images/next.png" alt="Next"></a></div>
+</body>
 </html>
-

Modified: branches/release/libs/proto/doc/proto.qbk
==============================================================================
--- branches/release/libs/proto/doc/proto.qbk (original)
+++ branches/release/libs/proto/doc/proto.qbk 2008-12-06 16:32:06 EST (Sat, 06 Dec 2008)
@@ -51,7 +51,7 @@
   [funcref boost::proto::deep_copy `proto::deep_copy()`]]
 [def _domain_
   [classref boost::proto::domain `proto::domain<>`]]
-[def _domain_
+[def _default_domain_
   [classref boost::proto::default_domain `proto::default_domain`]]
 [def _extends_
   [classref boost::proto::extends `proto::extends<>`]]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk