Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83911 - trunk/boost/geometry/algorithms
From: mateusz_at_[hidden]
Date: 2013-04-14 19:36:06


Author: mloskot
Date: 2013-04-14 19:36:05 EDT (Sun, 14 Apr 2013)
New Revision: 83911
URL: http://svn.boost.org/trac/boost/changeset/83911

Log:
[geometry] Add missing words in doc sentences
Text files modified:
   trunk/boost/geometry/algorithms/assign.hpp | 4 ++--
   trunk/boost/geometry/algorithms/convert.hpp | 2 +-
   trunk/boost/geometry/algorithms/equals.hpp | 4 ++--
   3 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/boost/geometry/algorithms/assign.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/assign.hpp (original)
+++ trunk/boost/geometry/algorithms/assign.hpp 2013-04-14 19:36:05 EDT (Sun, 14 Apr 2013)
@@ -123,8 +123,8 @@
 
 /*!
 \brief Assigns one geometry to another geometry
-\details The assign algorithm assigns one geometry, e.g. a BOX, to another geometry, e.g. a RING. This only
-if it is possible and applicable.
+\details The assign algorithm assigns one geometry, e.g. a BOX, to another
+geometry, e.g. a RING. This only works if it is possible and applicable.
 \ingroup assign
 \tparam Geometry1 \tparam_geometry
 \tparam Geometry2 \tparam_geometry

Modified: trunk/boost/geometry/algorithms/convert.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/convert.hpp (original)
+++ trunk/boost/geometry/algorithms/convert.hpp 2013-04-14 19:36:05 EDT (Sun, 14 Apr 2013)
@@ -434,7 +434,7 @@
 /*!
 \brief Converts one geometry to another geometry
 \details The convert algorithm converts one geometry, e.g. a BOX, to another
-geometry, e.g. a RING. This only if it is possible and applicable.
+geometry, e.g. a RING. This only works if it is possible and applicable.
 If the point-order is different, or the closure is different between two
 geometry types, it will be converted correctly by explicitly reversing the
 points or closing or opening the polygon rings.

Modified: trunk/boost/geometry/algorithms/equals.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/equals.hpp (original)
+++ trunk/boost/geometry/algorithms/equals.hpp 2013-04-14 19:36:05 EDT (Sun, 14 Apr 2013)
@@ -355,8 +355,8 @@
 \details \details_check12{equals, is spatially equal}. Spatially equal means
     that the same point set is included. A box can therefore be spatially equal
     to a ring or a polygon, or a linestring can be spatially equal to a
- multi-linestring or a segment. This only theoretically, not all combinations
- are implemented yet.
+ multi-linestring or a segment. This only works theoretically, not all
+ combinations are implemented yet.
 \ingroup equals
 \tparam Geometry1 \tparam_geometry
 \tparam Geometry2 \tparam_geometry


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