Merge branch 'gsoc2013-Visibility_doc-hemmer' of ssh://scm.cgal.org/var/git/cgal-gsoc into gsoc2013-Visibility_doc-hemmer

This commit is contained in:
Ning Xu 2014-08-19 12:02:20 -04:00
commit e8b2034bb2
4 changed files with 11 additions and 12 deletions

View File

@ -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;
/// @}

View File

@ -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;
/// @}

View File

@ -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;
/// @}

View File

@ -8,7 +8,7 @@
\cgalPkgDescriptionBegin{2D Visibility Computation,PkgVisibility_2Summary}
\cgalPkgPicture{visibility-teaser-thumbnail.png}
\cgalPkgSummaryBegin
\cgalPkgAuthors{Michael Hemmer, Kan Huang, Francisc Bungiu}
\cgalPkgAuthors{Michael Hemmer, Kan Huang, Francisc Bungiu, Ning Xu}
\cgalPkgDesc{This package provides several variants to compute
the visibility area of a point within polygonal regions in two dimensions.}
\cgalPkgManuals{Chapter_2D_Visibility_Computation,PkgVisibility_2}