fixed confusing "that is" in the doc of the tags

This commit is contained in:
Michael Hemmer 2014-09-16 15:51:56 +02:00
parent e8b2034bb2
commit 182f9095d3
1 changed files with 3 additions and 3 deletions

View File

@ -48,16 +48,16 @@ public:
/*!
Tag identifying whether general polygons (with holes) are supported (either \ref CGAL::Tag_true or \ref CGAL::Tag_false).
That is, the polygon is represented by a face \f$ f \f$ with no
A general polygon is represented by a face \f$ f \f$ with no
isolated vertex and any edge of \f$ f \f$ separates \f$ f \f$ from another face.
Note that this allows \f$ f \f$ to touch a vertex from several sides.
*/
typedef unspecified_type Supports_general_polygon_tag;
/*!
Tag identifying whether general simple polygons are supported (either \ref CGAL::Tag_true or \ref CGAL::Tag_false).
Tag identifying whether simple polygons are supported (either \ref CGAL::Tag_true or \ref CGAL::Tag_false).
That is, the polygon is represented by a face \f$ f \f$ with no holes,
A simple polygon is represented by a face \f$ f \f$ with no holes,
no isolated vertex and any edge of \f$ f \f$ separates \f$ f \f$ from another face.
Note that this allows \f$ f \f$ to touch a vertex from several sides.
*/