Remove documentation of class deprecated in 3.6

This commit is contained in:
Andreas Fabri 2012-11-23 15:04:20 +01:00
parent 19417dc3fe
commit 7b50462e08
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
namespace CGAL {
/*!
\ingroup PkgAlphaShapes3
\deprecated This class is deprecated since \cgal 3.6.
`CGAL::Regular_triangulation_euclidean_traits_3` can be directly used
instead.
The class `Weighted_alpha_shape_euclidean_traits_3` is the default model for the concept
`WeightedAlphaShapeTraits_3` of traits class for
the underlying triangulation of a weighted alpha shapes.
`K` must be a kernel.
\cgalRefines CGAL::Regular_triangulation_euclidean_traits_3<K, typename K::FT>
\cgalModels `WeightedAlphaShapeTraits_3`
*/
template< typename K >
class Weighted_alpha_shape_euclidean_traits_3 {
public:
/// @}
}; /* end Weighted_alpha_shape_euclidean_traits_3 */
} /* end namespace CGAL */