|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50918 - trunk/libs/parameter/doc/html
From: daniel_at_[hidden]
Date: 2009-01-30 16:28:11
Author: danielw
Date: 2009-01-30 16:28:11 EST (Fri, 30 Jan 2009)
New Revision: 50918
URL: http://svn.boost.org/trac/boost/changeset/50918
Log:
parameter-doc: Regenerated HTML from ReST source.
Text files modified:
trunk/libs/parameter/doc/html/index.html | 4 ++--
trunk/libs/parameter/doc/html/python.html | 6 +++---
trunk/libs/parameter/doc/html/reference.html | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
Modified: trunk/libs/parameter/doc/html/index.html
==============================================================================
--- trunk/libs/parameter/doc/html/index.html (original)
+++ trunk/libs/parameter/doc/html/index.html 2009-01-30 16:28:11 EST (Fri, 30 Jan 2009)
@@ -1071,7 +1071,7 @@
struct somebody
{
BOOST_PARAMETER_MEMBER_FUNCTION(
- (void), <strong>static</strong> f, tag, (optional (arg1,(int))))
+ (void), <strong>static</strong> f, tag, (optional (arg1,(int),0)))
{
std::cout << arg1 << std::endl;
}
@@ -2163,7 +2163,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2009-01-28 21:49 UTC.
+Generated on: 2009-01-30 21:27 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/libs/parameter/doc/html/python.html
==============================================================================
--- trunk/libs/parameter/doc/html/python.html (original)
+++ trunk/libs/parameter/doc/html/python.html 2009-01-30 16:28:11 EST (Fri, 30 Jan 2009)
@@ -7,7 +7,7 @@
<title>The Boost Parameter Library Python Binding Documentation</title>
<meta name="authors" content="David Abrahams Daniel Wallin" />
<meta name="organization" content="BoostPro Computing" />
-<meta name="date" content="2005-07-17" />
+<meta name="date" content="2009-01-29" />
<meta name="copyright" content="Copyright David Abrahams, Daniel Wallin 2005-2009. 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)" />
<link rel="stylesheet" href="rst.css" type="text/css" />
</head>
@@ -26,7 +26,7 @@
<tr><th class="docinfo-name">Organization:</th>
<td><a class="first last reference external" href="http://www.boostpro.com">BoostPro Computing</a></td></tr>
<tr><th class="docinfo-name">Date:</th>
-<td>2005-07-17</td></tr>
+<td>2009-01-29</td></tr>
<tr><th class="docinfo-name">Copyright:</th>
<td>Copyright David Abrahams, Daniel Wallin
2005-2009. Distributed under the Boost Software License,
@@ -780,7 +780,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2009-01-28 21:49 UTC.
+Generated on: 2009-01-30 21:27 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/libs/parameter/doc/html/reference.html
==============================================================================
--- trunk/libs/parameter/doc/html/reference.html (original)
+++ trunk/libs/parameter/doc/html/reference.html 2009-01-30 16:28:11 EST (Fri, 30 Jan 2009)
@@ -1128,7 +1128,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2009-01-28 21:47 UTC.
+Generated on: 2009-01-30 21:27 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
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