Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55792 - sandbox/gtl/doc
From: lucanus.j.simonson_at_[hidden]
Date: 2009-08-26 16:58:24


Author: ljsimons
Date: 2009-08-26 16:58:23 EDT (Wed, 26 Aug 2009)
New Revision: 55792
URL: http://svn.boost.org/trac/boost/changeset/55792

Log:
fixing typos found in documentation during review
Text files modified:
   sandbox/gtl/doc/gtl_polygon_45_concept.htm | 1 +
   sandbox/gtl/doc/gtl_property_merge.htm | 6 +++---
   sandbox/gtl/doc/gtl_property_merge_45.htm | 6 +++---
   sandbox/gtl/doc/gtl_property_merge_90.htm | 6 +++---
   4 files changed, 10 insertions(+), 9 deletions(-)

Modified: sandbox/gtl/doc/gtl_polygon_45_concept.htm
==============================================================================
--- sandbox/gtl/doc/gtl_polygon_45_concept.htm (original)
+++ sandbox/gtl/doc/gtl_polygon_45_concept.htm 2009-08-26 16:58:23 EDT (Wed, 26 Aug 2009)
@@ -34,6 +34,7 @@
                         <li>Polygon Set Concept</li>
                         <li>Connectivity Extraction 90</li>
                         <li>Connectivity Extraction 45</li>
+ <li>Connectivity Extraction</li>
                         <li>Property Merge 90</li>
                         <li>Property Merge_45</li>
                         <li>Property Merge</li>

Modified: sandbox/gtl/doc/gtl_property_merge.htm
==============================================================================
--- sandbox/gtl/doc/gtl_property_merge.htm (original)
+++ sandbox/gtl/doc/gtl_property_merge.htm 2009-08-26 16:58:23 EDT (Wed, 26 Aug 2009)
@@ -72,9 +72,9 @@
 operation a fairly complex container is required.&nbsp; Resulting geometries are
 associated with unique subsets of property values of the input geometry.&nbsp;
 Two suitable containers for storing the result of a property merge operation
-are:<p><font face="Courier New">std::map&lt;std::set&lt;property_type&gt;, polygon_set_data&lt;coordiante_type&gt;
+are:<p><font face="Courier New">std::map&lt;std::set&lt;property_type&gt;, polygon_set_data&lt;coordinate_type&gt;
 &gt;<br>
-std::map&lt;std::vector&lt;property_type&gt;, polygon_set_data&lt;coordiante_type&gt; &gt;</font><p>
+std::map&lt;std::vector&lt;property_type&gt;, polygon_set_data&lt;coordinate_type&gt; &gt;</font><p>
 Example code property_merge_usage.cpp
                 demonstrates using the n-layer map-overlay algorithm on polygon data.<h2>Member Functions</h2>
 <table border="1" width="100%" id="table1">
@@ -109,7 +109,7 @@
                 <td width="586">
 <font face="Courier New">
 template &lt;typename result_type&gt;<br>
-void <b>merge</b>(result_tyep&amp; result)</font></td>
+void <b>merge</b>(result_type&amp; result)</font></td>
                 <td>Accepts a container object that conforms to the expectations defined
                 above.&nbsp; Performs property merge and populates the container
                 object.</td>

Modified: sandbox/gtl/doc/gtl_property_merge_45.htm
==============================================================================
--- sandbox/gtl/doc/gtl_property_merge_45.htm (original)
+++ sandbox/gtl/doc/gtl_property_merge_45.htm 2009-08-26 16:58:23 EDT (Wed, 26 Aug 2009)
@@ -73,9 +73,9 @@
 operation a fairly complex container is required.&nbsp; Resulting geometries are
 associated with unique subsets of property values of the input geometry.&nbsp;
 Two suitable containers for storing the result of a property merge operation
-are:<p><font face="Courier New">std::map&lt;std::set&lt;property_type&gt;, polygon_set_data&lt;coordiante_type&gt;
+are:<p><font face="Courier New">std::map&lt;std::set&lt;property_type&gt;, polygon_45_set_data&lt;coordinate_type&gt;
 &gt;<br>
-std::map&lt;std::vector&lt;property_type&gt;, polygon_set_data&lt;coordiante_type&gt; &gt;</font><p>
+std::map&lt;std::vector&lt;property_type&gt;, polygon_45_set_data&lt;coordinate_type&gt; &gt;</font><p>
 Example code property_merge_usage.cpp
                 demonstrates using the n-layer map-overlay algorithm on polygon 90 data.<h2>Member Functions</h2>
 <table border="1" width="100%" id="table1">
@@ -110,7 +110,7 @@
                 <td width="586">
 <font face="Courier New">
 template &lt;typename result_type&gt;<br>
-void <b>merge</b>(result_tyep&amp; result)</font></td>
+void <b>merge</b>(result_type&amp; result)</font></td>
                 <td>Accepts a container object that conforms to the expectations defined
                 above.&nbsp; Performs property merge and populates the container
                 object.</td>

Modified: sandbox/gtl/doc/gtl_property_merge_90.htm
==============================================================================
--- sandbox/gtl/doc/gtl_property_merge_90.htm (original)
+++ sandbox/gtl/doc/gtl_property_merge_90.htm 2009-08-26 16:58:23 EDT (Wed, 26 Aug 2009)
@@ -72,9 +72,9 @@
 operation a fairly complex container is required.&nbsp; Resulting geometries are
 associated with unique subsets of property values of the input geometry.&nbsp;
 Two suitable containers for storing the result of a property merge operation
-are:<p><font face="Courier New">std::map&lt;std::set&lt;property_type&gt;, polygon_90_set_data&lt;coordiante_type&gt;
+are:<p><font face="Courier New">std::map&lt;std::set&lt;property_type&gt;, polygon_90_set_data&lt;coordinate_type&gt;
 &gt;<br>
-std::map&lt;std::vector&lt;property_type&gt;, polygon_90_set_data&lt;coordiante_type&gt; &gt;</font><p>
+std::map&lt;std::vector&lt;property_type&gt;, polygon_90_set_data&lt;coordinate_type&gt; &gt;</font><p>
 Example code property_merge_usage.cpp
                 demonstrates using the n-layer map-overlay algorithm on polygon 90 data.<h2>Member Functions</h2>
 <table border="1" width="100%" id="table1">
@@ -109,7 +109,7 @@
                 <td width="586">
 <font face="Courier New">
 template &lt;typename result_type&gt;<br>
-void <b>merge</b>(result_tyep&amp; result)</font></td>
+void <b>merge</b>(result_type&amp; result)</font></td>
                 <td>Accepts a container object that conforms to the expectations defined
                 above.&nbsp; Performs property merge and populates the container
                 object.</td>


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