mirror of https://github.com/CGAL/cgal
use copydoc to ensure consistancy
This commit is contained in:
parent
e3a5b4f5aa
commit
40275ed10a
|
|
@ -39,18 +39,18 @@ public:
|
|||
|
||||
/// \name Tags
|
||||
/// @{
|
||||
/*!
|
||||
Its value is either \ref CGAL::Tag_true or \ref CGAL::Tag_false.
|
||||
/*!
|
||||
\copydoc ::Visibility_2::Regularization_tag
|
||||
*/
|
||||
typedef RegularizationTag Regularization_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_general_polygon_tag.
|
||||
See \ref Visibility_2::Supports_general_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_general_polygon_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
See \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_simple_polygon_tag;
|
||||
/// @}
|
||||
|
|
|
|||
|
|
@ -45,18 +45,17 @@ public:
|
|||
/// \name Tags
|
||||
/// @{
|
||||
/*!
|
||||
Tag identifying whether the regularized visibility area is computed.
|
||||
Its value is either \ref CGAL::Tag_true or \ref CGAL::Tag_false.
|
||||
\copydoc ::Visibility_2::Regularization_tag
|
||||
*/
|
||||
typedef RegularizationTag Regularization_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_general_polygon_tag.
|
||||
See \ref Visibility_2::Supports_general_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_false Supports_general_polygon_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
See \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_simple_polygon_tag;
|
||||
/// @}
|
||||
|
|
|
|||
|
|
@ -42,17 +42,17 @@ public:
|
|||
/// \name Tags
|
||||
/// @{
|
||||
/*!
|
||||
Its value is either \ref CGAL::Tag_true or \ref CGAL::Tag_false.
|
||||
\copydoc ::Visibility_2::Regularization_tag
|
||||
*/
|
||||
typedef RegularizationTag Regularization_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_general_polygon_tag.
|
||||
See \ref Visibility_2::Supports_general_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_general_polygon_tag;
|
||||
|
||||
/*!
|
||||
See also \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
See \ref Visibility_2::Supports_simple_polygon_tag.
|
||||
*/
|
||||
typedef ::Tag_true Supports_simple_polygon_tag;
|
||||
/// @}
|
||||
|
|
|
|||
Loading…
Reference in New Issue