|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65337 - in sandbox/chrono/libs/ratio/doc: . html
From: vicente.botet_at_[hidden]
Date: 2010-09-07 12:40:36
Author: viboes
Date: 2010-09-07 12:40:34 EDT (Tue, 07 Sep 2010)
New Revision: 65337
URL: http://svn.boost.org/trac/boost/changeset/65337
Log:
update doc
Text files modified:
sandbox/chrono/libs/ratio/doc/html/index.html | 24 ++++++++++++------------
sandbox/chrono/libs/ratio/doc/ratio.qbk | 5 ++++-
2 files changed, 16 insertions(+), 13 deletions(-)
Modified: sandbox/chrono/libs/ratio/doc/html/index.html
==============================================================================
--- sandbox/chrono/libs/ratio/doc/html/index.html (original)
+++ sandbox/chrono/libs/ratio/doc/html/index.html 2010-09-07 12:40:34 EDT (Tue, 07 Sep 2010)
@@ -1,10 +1,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>Boost.Ratio</title>
+<title>Boost.Ratio 0.1.0</title>
<link rel="stylesheet" href="../../../../doc/html/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="index.html" title="Boost.Ratio">
+<link rel="start" href="index.html" title="Boost.Ratio 0.1.0">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -21,7 +21,7 @@
<div class="titlepage">
<div>
<div><h2 class="title">
-<a name="boost_ratio"></a>Boost.Ratio</h2></div>
+<a name="boost_ratio"></a>Boost.Ratio 0.1.0</h2></div>
<div><div class="authorgroup">
<div class="author"><h3 class="author">
<span class="firstname">Howard</span> <span class="surname">Hinnant</span>
@@ -94,7 +94,7 @@
<dt><span class="section">Description</span></dt>
</dl></div>
<a name="boost_ratio.overview.how_to_use_this_documentation"></a><h3>
-<a name="id4948576"></a>
+<a name="id4948577"></a>
<a href="index.html#boost_ratio.overview.how_to_use_this_documentation">How to Use
This Documentation</a>
</h3>
@@ -240,7 +240,7 @@
so no need to compile anything.
</p>
<a name="boost_ratio.users_guide.getting_started.install.requirements"></a><h5>
-<a name="id4949104"></a>
+<a name="id4949105"></a>
<a href="index.html#boost_ratio.users_guide.getting_started.install.requirements">Requirements</a>
</h5>
<p>
@@ -306,7 +306,7 @@
All functions in the library are thread-unsafe except when noted explicitly.
</p>
<a name="boost_ratio.users_guide.getting_started.install.tested_compilers_"></a><h5>
-<a name="id4949369"></a>
+<a name="id4949370"></a>
<a href="index.html#boost_ratio.users_guide.getting_started.install.tested_compilers_">Tested
compilers </a>
</h5>
@@ -906,11 +906,11 @@
BOOST_RATIO_USES_ARRAY_ASSERT: define it if you want to use internal
static asertions
</li>
-<li>
- nothing if you don't want static asertions
- </li>
</ul></div>
<p>
+ The default vaule behavior is as BOOST_RATIO_USES_ARRAY_ASSERT was defined.
+ </p>
+<p>
When BOOST_RATIO_USES_MPL_ASSERT is not defined the following symbols are
defined as
</p>
@@ -1206,7 +1206,7 @@
<a name="boost_ratio.appendices.rationale"></a> Appendix B: Rationale
</h3></div></div></div>
<a name="boost_ratio.appendices.rationale.why_ratio_needs_copyconstruction_and_assignment_from_ratios_having_the_same_normalized_form"></a><h4>
-<a name="id5008989"></a>
+<a name="id5008987"></a>
<a href="index.html#boost_ratio.appendices.rationale.why_ratio_needs_copyconstruction_and_assignment_from_ratios_having_the_same_normalized_form">Why
ratio needs CopyConstruction and Assignment from ratios having the same normalized
form</a>
@@ -1241,7 +1241,7 @@
succeeds.
</p>
<a name="boost_ratio.appendices.rationale.why_ratio_needs_the_nested_normalizer_typedef_type"></a><h4>
-<a name="id5009394"></a>
+<a name="id5009392"></a>
<a href="index.html#boost_ratio.appendices.rationale.why_ratio_needs_the_nested_normalizer_typedef_type">Why
ratio needs the nested normalizer typedef type</a>
</h4>
@@ -1526,7 +1526,7 @@
</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: September 05, 2010 at 15:13:15 GMT</small></p></td>
+<td align="left"><p><small>Last revised: September 06, 2010 at 16:36:52 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Modified: sandbox/chrono/libs/ratio/doc/ratio.qbk
==============================================================================
--- sandbox/chrono/libs/ratio/doc/ratio.qbk (original)
+++ sandbox/chrono/libs/ratio/doc/ratio.qbk 2010-09-07 12:40:34 EDT (Tue, 07 Sep 2010)
@@ -9,6 +9,7 @@
[article Boost.Ratio
[quickbook 1.5]
+ [version 0.1.0]
[authors [Hinnant, Howard]]
[authors [Dawes, Beman]]
[authors [Botet Escriba, Vicente J.]]
@@ -717,7 +718,9 @@
* BOOST_RATIO_USES_STATIC_ASSERT: define it if you want to use Boost.StaticAssert
* BOOST_RATIO_USES_MPL_ASSERT: define it if you want to use Boost.MPL static asertions
* BOOST_RATIO_USES_ARRAY_ASSERT: define it if you want to use internal static asertions
-* nothing if you don't want static asertions
+
+The default vaule behavior is as BOOST_RATIO_USES_ARRAY_ASSERT was defined.
+
When BOOST_RATIO_USES_MPL_ASSERT is not defined the following symbols are defined as
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