Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/doxy/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ALIASES = qbk{1}="\xmlonly <qbk>\1</qbk> \endxmlonly" \
param_macro_coorsystem="Coordinate system (e.g. cs::cartesian)" \
param_macro_member{1}="Member containing \1 coordinate" \
param_macro_getset{2}="Method to \1 the \2 coordinate" \
param_range_point="A range containg points fulfilling range and point concepts" \
param_range_point="A range containing points fulfilling range and point concepts" \
param_x="First coordinate (usually x-coordinate)" \
param_y="Second coordinate (usually y-coordinate)" \
param_z="Third coordinate (usually z-coordinate)" \
Expand Down
4 changes: 2 additions & 2 deletions doc/reference/algorithms/append.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
[[__multi_linestring__][Appends point or range to the end of the
linestring with the given multi index.
The multi-linestring is not resized automatically, so ensure
that the multi index is smaller than then number of linestring
that the multi index is smaller than the number of linestring
in the multi-linestring.]]
[[__multi_polygon__][Appends point or range to the end of the polygon
(without explicitly closing it) with the given multi-index.
The point or range is appended at the end of the
exterior ring (the default) or specify a zero-based ring index for
the interior rings.
The multi-polygon is not resized automatically, so ensure
that the multi index is smaller than then number of polygon
that the multi index is smaller than the number of polygon
in the multi-polygon. The same applies for the interior rings
of the polygon: the interior rings are not resized
automatically, so ensure that the zero-based ring index is
Expand Down
2 changes: 1 addition & 1 deletion include/boost/geometry/geometries/register/box.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ namespace boost { namespace geometry { namespace traits { \
\details \details_macro{BOOST_GEOMETRY_REGISTER_BOX_2D_4VALUES, box}
\param Box \param_macro_type{Box}
\param Point Point type reported as point_type by box. Must be two dimensional.
Note that these box tyeps do not contain points, but they must have a
Note that these box types do not contain points, but they must have a
related point_type
\param Left Left side (must be public member or method)
\param Bottom Bottom side (must be public member or method)
Expand Down