From 40275ed10a6b6f00c6b8fde86350ef528fda3f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 19 Aug 2014 10:25:25 +0200 Subject: [PATCH] use copydoc to ensure consistancy --- .../doc/Visibility_2/CGAL/Rotational_sweep_visibility_2.h | 8 ++++---- .../doc/Visibility_2/CGAL/Simple_polygon_visibility_2.h | 7 +++---- .../Visibility_2/CGAL/Triangular_expansion_visibility_2.h | 6 +++--- 3 files changed, 10 insertions(+), 11 deletions(-) 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; /// @}