added links to concepts for tags

This commit is contained in:
Michael Hemmer 2014-08-12 11:43:48 -03:00
parent bdd6452249
commit 4e8f34f880
3 changed files with 6 additions and 6 deletions

View File

@ -45,12 +45,12 @@ public:
typedef RegularizationTag Regularization_tag;
/*!
Its value is \ref CGAL::Tag_true.
See also \ref Visibility_2::Supports_general_polygon_tag.
*/
typedef ::Tag_true Supports_general_polygon_tag;
/*!
Its value is \ref CGAL::Tag_true.
See also \ref Visibility_2::Supports_simple_polygon_tag.
*/
typedef ::Tag_true Supports_simple_polygon_tag;
/// @}

View File

@ -51,12 +51,12 @@ public:
typedef RegularizationTag Regularization_tag;
/*!
Its value is \ref CGAL::Tag_false.
See also \ref Visibility_2::Supports_general_polygon_tag.
*/
typedef ::Tag_false Supports_general_polygon_tag;
/*!
Its value is \ref CGAL::Tag_true.
See also \ref Visibility_2::Supports_simple_polygon_tag.
*/
typedef ::Tag_true Supports_simple_polygon_tag;
/// @}

View File

@ -47,12 +47,12 @@ public:
typedef RegularizationTag Regularization_tag;
/*!
Its value is \ref CGAL::Tag_true.
See also \ref Visibility_2::Supports_general_polygon_tag.
*/
typedef ::Tag_true Supports_general_polygon_tag;
/*!
Its value is \ref CGAL::Tag_true.
See also \ref Visibility_2::Supports_simple_polygon_tag.
*/
typedef ::Tag_true Supports_simple_polygon_tag;
/// @}