mirror of https://github.com/CGAL/cgal
added links to concepts for tags
This commit is contained in:
parent
bdd6452249
commit
4e8f34f880
|
|
@ -45,12 +45,12 @@ public:
|
||||||
typedef RegularizationTag Regularization_tag;
|
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;
|
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;
|
typedef ::Tag_true Supports_simple_polygon_tag;
|
||||||
/// @}
|
/// @}
|
||||||
|
|
|
||||||
|
|
@ -51,12 +51,12 @@ public:
|
||||||
typedef RegularizationTag Regularization_tag;
|
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;
|
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;
|
typedef ::Tag_true Supports_simple_polygon_tag;
|
||||||
/// @}
|
/// @}
|
||||||
|
|
|
||||||
|
|
@ -47,12 +47,12 @@ public:
|
||||||
typedef RegularizationTag Regularization_tag;
|
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;
|
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;
|
typedef ::Tag_true Supports_simple_polygon_tag;
|
||||||
/// @}
|
/// @}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue