|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78417 - trunk/libs/polygon/doc
From: sydorchuk.andriy_at_[hidden]
Date: 2012-05-10 19:02:47
Author: asydorchuk
Date: 2012-05-10 19:02:46 EDT (Thu, 10 May 2012)
New Revision: 78417
URL: http://svn.boost.org/trac/boost/changeset/78417
Log:
Polygon: fixing Boost.Inspect documentation errors.
Text files modified:
trunk/libs/polygon/doc/gtl_rectangle_concept.htm | 21 ++++++++++++++++++++-
trunk/libs/polygon/doc/voronoi_advanced_tutorial.htm | 6 +++---
trunk/libs/polygon/doc/voronoi_basic_tutorial.htm | 8 ++++----
trunk/libs/polygon/doc/voronoi_benchmark.htm | 6 +++---
trunk/libs/polygon/doc/voronoi_builder.htm | 4 ++--
5 files changed, 32 insertions(+), 13 deletions(-)
Modified: trunk/libs/polygon/doc/gtl_rectangle_concept.htm
==============================================================================
--- trunk/libs/polygon/doc/gtl_rectangle_concept.htm (original)
+++ trunk/libs/polygon/doc/gtl_rectangle_concept.htm 2012-05-10 19:02:46 EDT (Thu, 10 May 2012)
@@ -751,4 +751,23 @@
</td>
<td style="padding-left: 10px; padding-right: 10px; padding-bottom: 10px;" valign="top" width="100%">
- </td></tr></tbody></table></body></html>
\ No newline at end of file
+<table class="docinfo" id="table8" frame="void" rules="none">
+ <colgroup>
+ <col class="docinfo-name" /><col class="docinfo-content" />
+ </colgroup>
+ <tbody valign="top">
+ <tr>
+ <th class="docinfo-name">Copyright:</th>
+ <td>Copyright © Intel Corporation 2008-2010.</td>
+ </tr>
+ <tr class="field">
+ <th class="docinfo-name">License:</th>
+ <td class="field-body">Distributed under the Boost Software License,
+ Version 1.0. (See accompanying file <tt class="literal">
+ <span class="pre">LICENSE_1_0.txt</span></tt> or copy at
+ <a class="reference" target="_top" href="http://www.boost.org/LICENSE_1_0.txt">
+ http://www.boost.org/LICENSE_1_0.txt>)</td>
+ </tr>
+</tbody></table>
+
+</td></tr></tbody></table></body></html>
Modified: trunk/libs/polygon/doc/voronoi_advanced_tutorial.htm
==============================================================================
--- trunk/libs/polygon/doc/voronoi_advanced_tutorial.htm (original)
+++ trunk/libs/polygon/doc/voronoi_advanced_tutorial.htm 2012-05-10 19:02:46 EDT (Thu, 10 May 2012)
@@ -177,7 +177,7 @@
to the 48-bit signed
integer and output coordinate type to the 80-bit IEEE floating-point
type
-(long double). The code for this chapter is available in voroni_advanced_tutorial.cpp.
+(long double). The code for this chapter is available in voroni_advanced_tutorial.cpp.
While it won't be possible to compile it using the MSVC compiler (it
doesn't
support 80-bit long double type; ieee754.h header is required), it
@@ -242,7 +242,7 @@
structure checks weather two IEEE floating-point values are within the
given signed integer ulp range (we won't analyze corresponding code
here as it requires deep understanding of the <a href="http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html">floating-point
-architecture</a> and its <a href="../boost/polygon/detail/voronoi_ctypes.hpp">usage to compare
+architecture</a> and its <a href="../../../boost/polygon/detail/voronoi_ctypes.hpp">usage to compare
floating-point values</a>), but just to mention the declaration is
following:<br>
@@ -478,4 +478,4 @@
</tbody>
</table>
-</body></html>
\ No newline at end of file
+</body></html>
Modified: trunk/libs/polygon/doc/voronoi_basic_tutorial.htm
==============================================================================
--- trunk/libs/polygon/doc/voronoi_basic_tutorial.htm (original)
+++ trunk/libs/polygon/doc/voronoi_basic_tutorial.htm 2012-05-10 19:02:46 EDT (Thu, 10 May 2012)
@@ -31,7 +31,7 @@
<li>Voronoi diagram discretization and rendering.</li>
</ul>
-In the example that goes through this tutorial (voronoi_basic_tutorial.cpp)
+In the example that goes through this tutorial (voronoi_basic_tutorial.cpp)
we
are going to construct the Voronoi diagram of a few points and
segments.
@@ -94,7 +94,7 @@
return </span><span style="color: rgb(0, 0, 0); font-family: 'Courier New'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; display: inline ! important; float: none;">dir.to_int() ? segment.p1() : segment.p0();</span><span style="color: rgb(0, 0, 0); font-family: 'Courier New'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; display: inline ! important; float: none;"></span><br style="color: rgb(0, 0, 0); font-family: 'Courier New'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spaci
ng: 0px; font-size: medium;">
<span style="color: rgb(0, 0, 0); font-family: 'Courier New'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium; display: inline ! important; float: none;"> }<br>};</span><br>
<br>
-It's also possible to use the native Boost.Polygon types as point_data and segment_data, that won't require the above mapping.<br>
+It's also possible to use the native Boost.Polygon types as point_data and segment_data, that won't require the above mapping.<br>
<br>
So once we are done we can create the sample input:<br>
@@ -321,7 +321,7 @@
}<br>
}<br>
<br>
-</span>voronoi_visualizer.cpp
+</span>voronoi_visualizer.cpp
contains a simple fully featured implementation of the Voronoi diagram
renderer using the Qt libraries. It was used to generate all the .png
drawings under the ./libs/polygon/example directory.<span style="text-decoration: underline;"><br>
@@ -357,4 +357,4 @@
</tbody>
</table>
-</body></html>
\ No newline at end of file
+</body></html>
Modified: trunk/libs/polygon/doc/voronoi_benchmark.htm
==============================================================================
--- trunk/libs/polygon/doc/voronoi_benchmark.htm (original)
+++ trunk/libs/polygon/doc/voronoi_benchmark.htm 2012-05-10 19:02:46 EDT (Thu, 10 May 2012)
@@ -126,9 +126,9 @@
</h2>
The benchmark consists of the two parts:<br>
<ul>
- <li>The first one constructs the Voronoi diagram of a set of random points (voronoi_benchmark_points.cpp)</li>
+ <li>The first one constructs the Voronoi diagram of a set of random points (voronoi_benchmark_points.cpp)</li>
<li>The second one constructs the Voronoi diagram of a set of random
-segments (voronoi_benchmark_segments.cpp)</li>
+segments (voronoi_benchmark_segments.cpp)</li>
</ul>
Below we list important benchmark details that should be considered while reviewing its results:<br>
<ul>
@@ -528,4 +528,4 @@
</tbody>
</table>
-</body></html>
\ No newline at end of file
+</body></html>
Modified: trunk/libs/polygon/doc/voronoi_builder.htm
==============================================================================
--- trunk/libs/polygon/doc/voronoi_builder.htm (original)
+++ trunk/libs/polygon/doc/voronoi_builder.htm 2012-05-10 19:02:46 EDT (Thu, 10 May 2012)
@@ -107,7 +107,7 @@
<h2>Important</h2>
-We encourage users to use default static methods defined in the voronoi.hpp
+We encourage users to use default static methods defined in the voronoi.hpp
header to construct Voronoi diagram, however it's always possible to
use Voronoi builder explicitly, especially if the user wants to drop
the external dependencies such as MPL (metaprogramming library). So the
@@ -382,4 +382,4 @@
</tbody>
</table>
-</body></html>
\ No newline at end of file
+</body></html>
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