From 85ef8d75fc9f8fc16bd13fccfd48c5220a2a37a7 Mon Sep 17 00:00:00 2001 From: Michael Hemmer Date: Tue, 30 Jul 2013 09:19:48 +0200 Subject: [PATCH] typo --- Visibility_2/doc/Visibility_2/Concepts/Visibility_2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Visibility_2/doc/Visibility_2/Concepts/Visibility_2.h b/Visibility_2/doc/Visibility_2/Concepts/Visibility_2.h index fd7ad94264c..6a1a5014730 100644 --- a/Visibility_2/doc/Visibility_2/Concepts/Visibility_2.h +++ b/Visibility_2/doc/Visibility_2/Concepts/Visibility_2.h @@ -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;