This commit is contained in:
Michael Hemmer 2013-07-30 09:19:48 +02:00
parent 70d52a3245
commit 85ef8d75fc
1 changed files with 2 additions and 2 deletions

View File

@ -51,12 +51,12 @@ public:
/// \name Tags
/// @{
/*!
Tag identifying whether the regularized visibility area is computed (either `Tag_true` or `Tag_false`).
Tag identifying whether the regularized visibility area is computed (either `CGAL::Tag_true` or `Tag_false`).
*/
typedef Hidden_type Regularization_tag;
/*!
Tag identifying whether general polygons, that is, with holes are supported (either `Tag_true` or `Tag_false`).
Tag identifying whether general polygons (with holes) are supported (either `Tag_true` or `Tag_false`).
*/
typedef Hidden_type Supports_general_polygon_tag;