Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70714 - in trunk/libs/geometry/doc/src/examples: . algorithms core geometries geometries/register
From: barend.gehrels_at_[hidden]
Date: 2011-03-29 17:29:37


Author: barendgehrels
Date: 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
New Revision: 70714
URL: http://svn.boost.org/trac/boost/changeset/70714

Log:
Small change in comment location
Text files modified:
   trunk/libs/geometry/doc/src/examples/algorithms/Jamfile.v2 | 5 +++++
   trunk/libs/geometry/doc/src/examples/algorithms/append.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/area.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/assign_with_range.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/centroid.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/clear.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/difference.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/distance.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/envelope.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/length.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/make_envelope.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/num_points.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/simplify.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter_with_strategy.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/union.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/algorithms/within.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/core/get_box.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/core/get_point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/core/set_box.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/core/set_point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/geometries/point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/geometries/register/point.cpp | 3 +--
   trunk/libs/geometry/doc/src/examples/quick_start.cpp | 13 +++++++++----
   48 files changed, 60 insertions(+), 96 deletions(-)

Modified: trunk/libs/geometry/doc/src/examples/algorithms/Jamfile.v2
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/Jamfile.v2 (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/Jamfile.v2 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -22,8 +22,11 @@
 exe assign_point_from_index : assign_point_from_index.cpp ;
 exe assign_point_to_index : assign_point_to_index.cpp ;
 
+exe centroid : centroid.cpp ;
 exe clear : clear.cpp ;
 
+exe distance : distance.cpp ;
+
 exe for_each_point : for_each_point.cpp ;
 exe for_each_point_const : for_each_point_const.cpp ;
 exe for_each_segment_const : for_each_segment_const.cpp ;
@@ -48,3 +51,5 @@
 
 exe simplify : length.cpp ;
 exe simplify_inserter : simplify_inserter.cpp ;
+
+exe within : within.cpp ;
\ No newline at end of file

Modified: trunk/libs/geometry/doc/src/examples/algorithms/append.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/append.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/append.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[append
 //` Shows usage of Boost.Geometry's append to append a point or a range to a polygon
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/area.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/area.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/area.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[area
 //` Calculate the area of a polygon
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[area_with_strategy
 //` Calculate the area of a polygon
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[assign_2d_point
 //` Shows the usage of assign to set point coordinates, and, besides that, shows how you can initialize ttmath points with high precision
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[assign_3d_point
 //` Use assign to set three coordinates of a 3D point
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[assign_box_corners
 //` Shows how four point can be assigned from a 2D box
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[assign_inverse
 //` Usage of assign_inverse and expand to conveniently determine bounding 3D box of two points
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[assign_point_from_index
 //` Shows how to retrieve one point from a box (either lower-left or upper-right) or segment
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[assign_point_to_index
 //` Shows how to assign the lower-left or upper-right point from a box
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/assign_with_range.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/assign_with_range.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/assign_with_range.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[assign_with_range
 //` Shows usage of Boost.Geometry's assign, Boost.Assign, and Boost.Range to assign ranges of a linestring
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/centroid.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/centroid.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/centroid.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,5 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-// Quickbook Example
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -7,7 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-
 //[centroid
 //` Shows calculation of a centroid of a polygon
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/clear.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/clear.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/clear.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[clear
 //` Shows how to clear a ring or polygon
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/difference.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/difference.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/difference.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[difference
 //` Shows how to subtract one polygon from another polygon
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[difference_inserter
 //` Shows how the difference_inserter function can be used
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/distance.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/distance.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/distance.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[distance
 //` Shows calculation of distance of point to some other geometries
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/envelope.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/envelope.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/envelope.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[envelope
 //` Shows how to calculate the bounding box of a polygon
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[for_each_point
 //` Convenient usage of for_each_point, rounding all points of a geometry
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[for_each_point_const
 //` Sample using for_each_point, using a function to list coordinates
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[for_each_segment_const
 //` Sample using for_each_segment, using a functor to get the minimum and maximum length of a segment in a linestring
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[intersection_ls_ls_point
 //` Calculate the intersection of two linestrings
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[intersection
 //` Shows the intersection of two polygons
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[intersection_segment
 //` Calculate the intersection point (or points) of two segments
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[intersects_linestring
 //` Check if two linestrings intersect each other
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[intersects
 //` Check if two linestrings intersect each other
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/length.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/length.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/length.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[length
     //` The following simple example shows the calculation of the length of a linestring containing three points
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[length_with_strategy
 //`The following example shows the length measured over a sphere, expressed in kilometers. To do that the radius of the sphere must be specified in the constructor of the strategy.
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[make_2d_point
 //` Shows the usage of make as a generic constructor for different point types
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[make_3d_point
 //` Using make to construct a three dimensional point
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_envelope.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_envelope.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_envelope.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[make_envelope
 //` Shows how to return the envelope of a ring
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[make_inverse
 //` Usage of make_inverse and expand to conveniently determine bounding box of several objects
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[make_with_range
 //` Using make to construct a linestring with two different range types
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[num_geometries
 //` Get the number of geometries making up a multi-geometry
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[num_interior_rings
 //` Get the number of interior rings in a polygon or multi-polygon
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/num_points.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/num_points.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/num_points.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[num_points
 //` Get the number of points in a geometry
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/simplify.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/simplify.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/simplify.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[simplify
 //` Example showing how to simplify a linestring
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[simplify_inserter
 //` Simplify a linestring using a back inserter
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter_with_strategy.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter_with_strategy.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/simplify_inserter_with_strategy.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[simplify_inserter
 //` Simplify a linestring using an output iterator
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[sym_difference
 //` Shows how to calculate the symmetric difference (XOR) of two polygons
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/union.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/union.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/union.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[union
 //` Shows how to get a united geometry of two polygons
 

Modified: trunk/libs/geometry/doc/src/examples/algorithms/within.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/algorithms/within.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/algorithms/within.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,5 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-// Quickbook Example
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -7,7 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-
 //[within
 //` Shows how to detect if a point is inside a polygon, or not
 

Modified: trunk/libs/geometry/doc/src/examples/core/get_box.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/core/get_box.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/core/get_box.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[get_box
 //` Get the coordinate of a box
 

Modified: trunk/libs/geometry/doc/src/examples/core/get_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/core/get_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/core/get_point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[get_point
 //` Get the coordinate of a point
 

Modified: trunk/libs/geometry/doc/src/examples/core/set_box.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/core/set_box.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/core/set_box.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[set_box
 //` Set the coordinate of a box
 

Modified: trunk/libs/geometry/doc/src/examples/core/set_point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/core/set_point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/core/set_point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[set_point
 //` Set the coordinate of a point
 

Modified: trunk/libs/geometry/doc/src/examples/geometries/point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/geometries/point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/geometries/point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[point
 //` Declaration and use of the Boost.Geometry model::point, modelling the Point Concept
 

Modified: trunk/libs/geometry/doc/src/examples/geometries/register/point.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/geometries/register/point.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/geometries/register/point.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,4 +1,5 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
+// QuickBook Example
 
 // Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
 
@@ -6,8 +7,6 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-// Quickbook Example
-
 //[register_point_2d
 //` Show the use of the macro BOOST_GEOMETRY_REGISTER_POINT_2D
 

Modified: trunk/libs/geometry/doc/src/examples/quick_start.cpp
==============================================================================
--- trunk/libs/geometry/doc/src/examples/quick_start.cpp (original)
+++ trunk/libs/geometry/doc/src/examples/quick_start.cpp 2011-03-29 17:29:32 EDT (Tue, 29 Mar 2011)
@@ -1,12 +1,17 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
-//
-// Copyright Barend Gehrels 2007-2009, Geodan, Amsterdam, the Netherlands
-// Copyright Bruno Lalande 2008, 2009
+// Quickbook Examples, for main page
+
+// Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
+// Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
+// Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
+
+// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
+// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
+
 // Use, modification and distribution is subject to 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)
 //
-// Quickbook Examples, for main page
 
 #include <boost/tuple/tuple.hpp>
 


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