use copydoc to ensure consistancy

This commit is contained in:
Sébastien Loriot 2014-08-19 10:25:25 +02:00
parent e3a5b4f5aa
commit 40275ed10a
3 changed files with 10 additions and 11 deletions

View File

@ -40,17 +40,17 @@ public:
/// \name Tags /// \name Tags
/// @{ /// @{
/*! /*!
Its value is either \ref CGAL::Tag_true or \ref CGAL::Tag_false. \copydoc ::Visibility_2::Regularization_tag
*/ */
typedef RegularizationTag 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; 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; typedef ::Tag_true Supports_simple_polygon_tag;
/// @} /// @}

View File

@ -45,18 +45,17 @@ public:
/// \name Tags /// \name Tags
/// @{ /// @{
/*! /*!
Tag identifying whether the regularized visibility area is computed. \copydoc ::Visibility_2::Regularization_tag
Its value is either \ref CGAL::Tag_true or \ref CGAL::Tag_false.
*/ */
typedef RegularizationTag 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; 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; typedef ::Tag_true Supports_simple_polygon_tag;
/// @} /// @}

View File

@ -42,17 +42,17 @@ public:
/// \name Tags /// \name Tags
/// @{ /// @{
/*! /*!
Its value is either \ref CGAL::Tag_true or \ref CGAL::Tag_false. \copydoc ::Visibility_2::Regularization_tag
*/ */
typedef RegularizationTag 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; 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; typedef ::Tag_true Supports_simple_polygon_tag;
/// @} /// @}