diff --git a/Visibility_2/doc/Visibility_2/CGAL/Rotational_sweep_visibility_2.h b/Visibility_2/doc/Visibility_2/CGAL/Rotational_sweep_visibility_2.h index 68a80259738..6f580ba1d9b 100644 --- a/Visibility_2/doc/Visibility_2/CGAL/Rotational_sweep_visibility_2.h +++ b/Visibility_2/doc/Visibility_2/CGAL/Rotational_sweep_visibility_2.h @@ -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; /// @} diff --git a/Visibility_2/doc/Visibility_2/CGAL/Simple_polygon_visibility_2.h b/Visibility_2/doc/Visibility_2/CGAL/Simple_polygon_visibility_2.h index 0a86241677b..cf903c2a0b9 100644 --- a/Visibility_2/doc/Visibility_2/CGAL/Simple_polygon_visibility_2.h +++ b/Visibility_2/doc/Visibility_2/CGAL/Simple_polygon_visibility_2.h @@ -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; /// @} diff --git a/Visibility_2/doc/Visibility_2/CGAL/Triangular_expansion_visibility_2.h b/Visibility_2/doc/Visibility_2/CGAL/Triangular_expansion_visibility_2.h index 8d7e446e832..67a71faf137 100644 --- a/Visibility_2/doc/Visibility_2/CGAL/Triangular_expansion_visibility_2.h +++ b/Visibility_2/doc/Visibility_2/CGAL/Triangular_expansion_visibility_2.h @@ -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; /// @}