fix remaining mismatches and fix bugs

This commit is contained in:
Sébastien Loriot 2019-07-10 11:40:45 +02:00
parent 43d6cbec06
commit fbafb9d06f
128 changed files with 9 additions and 276 deletions

View File

@ -13,7 +13,5 @@ template< typename T >
class Fraction_traits { class Fraction_traits {
public: public:
/// @}
}; /* end Fraction_traits */ }; /* end Fraction_traits */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -42,7 +42,5 @@ the smallest positive remainder \f$ r\f$.
class EuclideanRing { class EuclideanRing {
public: public:
/// @}
}; /* end EuclideanRing */ }; /* end EuclideanRing */

View File

@ -26,7 +26,5 @@ This is also the case for the respective global functions.
class ExplicitInteroperable { class ExplicitInteroperable {
public: public:
/// @}
}; /* end ExplicitInteroperable */ }; /* end ExplicitInteroperable */

View File

@ -28,7 +28,5 @@ Moreover, `CGAL::Algebraic_structure_traits< FieldWithRootOf >` is a model of `A
class FieldWithRootOf { class FieldWithRootOf {
public: public:
/// @}
}; /* end FieldWithRootOf */ }; /* end FieldWithRootOf */

View File

@ -27,7 +27,5 @@ Moreover, `CGAL::Algebraic_structure_traits< FieldWithSqrt >` is a model of `Alg
class FieldWithSqrt { class FieldWithSqrt {
public: public:
/// @}
}; /* end FieldWithSqrt */ }; /* end FieldWithSqrt */

View File

@ -16,7 +16,5 @@ denominator type are provided by `CGAL::Fraction_traits`.
class Fraction { class Fraction {
public: public:
/// @}
}; /* end Fraction */ }; /* end Fraction */

View File

@ -28,7 +28,5 @@ is `CGAL::Tag_true`.
class ImplicitInteroperable { class ImplicitInteroperable {
public: public:
/// @}
}; /* end ImplicitInteroperable */ }; /* end ImplicitInteroperable */

View File

@ -33,7 +33,5 @@ Moreover, `CGAL::Algebraic_structure_traits< IntegralDomain >` is a model of
class IntegralDomain { class IntegralDomain {
public: public:
/// @}
}; /* end IntegralDomain */ }; /* end IntegralDomain */

View File

@ -32,7 +32,5 @@ for Homogeneous kernels.
class RingNumberType { class RingNumberType {
public: public:
/// @}
}; /* end RingNumberType */ }; /* end RingNumberType */

View File

@ -40,7 +40,5 @@ derived from `CGAL::Unique_factorization_domain_tag`
class UniqueFactorizationDomain { class UniqueFactorizationDomain {
public: public:
/// @}
}; /* end UniqueFactorizationDomain */ }; /* end UniqueFactorizationDomain */

View File

@ -26,7 +26,5 @@ template< typename Traits, typename Fb, typename ExactAlphaComparisonTag >
class Alpha_shape_face_base_2 : public Fb { class Alpha_shape_face_base_2 : public Fb {
public: public:
/// @}
}; /* end Alpha_shape_face_base_2 */ }; /* end Alpha_shape_face_base_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -27,7 +27,5 @@ template< typename Traits, typename Vb, typename ExactAlphaComparisonTag >
class Alpha_shape_vertex_base_2 : public Vb { class Alpha_shape_vertex_base_2 : public Vb {
public: public:
/// @}
}; /* end Alpha_shape_vertex_base_2 */ }; /* end Alpha_shape_vertex_base_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -29,7 +29,6 @@ template< typename Traits, typename Vb, typename ExactAlphaComparisonTag, typena
class Alpha_shape_vertex_base_3 : public Vb { class Alpha_shape_vertex_base_3 : public Vb {
public: public:
/// @}
}; /* end Alpha_shape_vertex_base_3 */ }; /* end Alpha_shape_vertex_base_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -24,7 +24,5 @@ template< typename Traits, typename Cb >
class Fixed_alpha_shape_cell_base_3 : public Cb { class Fixed_alpha_shape_cell_base_3 : public Cb {
public: public:
/// @}
}; /* end Fixed_alpha_shape_cell_base_3 */ }; /* end Fixed_alpha_shape_cell_base_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -24,7 +24,5 @@ template< typename Traits, typename Vb >
class Fixed_alpha_shape_vertex_base_3 : public Vb { class Fixed_alpha_shape_vertex_base_3 : public Vb {
public: public:
/// @}
}; /* end Fixed_alpha_shape_vertex_base_3 */ }; /* end Fixed_alpha_shape_vertex_base_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -110,7 +110,7 @@ points. The value-type of `InputIterator` is `RatKernel::Point_2`.
template <class InputIterator> template <class InputIterator>
Curve_2 (InputIterator pts_begin, InputIterator pts_end); Curve_2 (InputIterator pts_begin, InputIterator pts_end);
/// @} /// @}
/// \name Access Functions /// \name Access Functions
/// @{ /// @{
@ -282,7 +282,7 @@ std::pair<double, double> parameter_range () const;
}; /* end Arr_Bezier_curve_traits_2::X_monotone_curve_2 */ }; /* end Arr_Bezier_curve_traits_2::X_monotone_curve_2 */
Class Trim_2{ class Trim_2{
public: public:
/// \name Creation /// \name Creation
/// @{ /// @{

View File

@ -354,7 +354,7 @@ Bbox_2 bbox() const;
}; /* end Arr_circle_segment_traits_2::X_monotone_curve_2 */ }; /* end Arr_circle_segment_traits_2::X_monotone_curve_2 */
Class Trim_2{ class Trim_2{
public: public:
/// \name Creation /// \name Creation
/// @{ /// @{

View File

@ -15,7 +15,5 @@ template< typename CircularKernel >
class Arr_circular_arc_traits_2 { class Arr_circular_arc_traits_2 {
public: public:
/// @}
}; /* end Arr_circular_arc_traits_2 */ }; /* end Arr_circular_arc_traits_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -19,7 +19,5 @@ template< typename CircularKernel >
class Arr_circular_line_arc_traits_2 { class Arr_circular_line_arc_traits_2 {
public: public:
/// @}
}; /* end Arr_circular_line_arc_traits_2 */ }; /* end Arr_circular_line_arc_traits_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -385,7 +385,7 @@ const Point_2& right() const;
}; /* end Arr_conic_traits_2::X_monotone_curve_2 */ }; /* end Arr_conic_traits_2::X_monotone_curve_2 */
Class Trim_2{ class Trim_2{
public: public:
/// \name Creation /// \name Creation
/// @{ /// @{

View File

@ -19,8 +19,6 @@ template< typename Arrangement >
class Arr_default_overlay_traits { class Arr_default_overlay_traits {
public: public:
/// @}
}; /* end Arr_default_overlay_traits */ }; /* end Arr_default_overlay_traits */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -55,7 +53,5 @@ template< typename Arr_A, typename Arr_B, typename Arr_R, typename OvlFaceData >
class Arr_face_overlay_traits { class Arr_face_overlay_traits {
public: public:
/// @}
}; /* end Arr_face_overlay_traits */ }; /* end Arr_face_overlay_traits */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -60,7 +60,5 @@ template< typename Arrangement, typename Generator >
class Arr_landmarks_point_location { class Arr_landmarks_point_location {
public: public:
/// @}
}; /* end Arr_landmarks_point_location */ }; /* end Arr_landmarks_point_location */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -15,7 +15,5 @@ template< typename CircularKernel >
class Arr_line_arc_traits_2 { class Arr_line_arc_traits_2 {
public: public:
/// @}
}; /* end Arr_line_arc_traits_2 */ }; /* end Arr_line_arc_traits_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -145,7 +145,7 @@ public:
}; /* end Arr_linear_traits_2::Curve_2 */ }; /* end Arr_linear_traits_2::Curve_2 */
Class Trim_2{ class Trim_2{
public: public:
/// \name Creation /// \name Creation
/// @{ /// @{

View File

@ -26,7 +26,5 @@ template< typename Arrangement >
class Arr_naive_point_location { class Arr_naive_point_location {
public: public:
/// @}
}; /* end Arr_naive_point_location */ }; /* end Arr_naive_point_location */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -28,7 +28,5 @@ template< typename Kernel >
class Arr_non_caching_segment_basic_traits_2 { class Arr_non_caching_segment_basic_traits_2 {
public: public:
/// @}
}; /* end Arr_non_caching_segment_basic_traits_2 */ }; /* end Arr_non_caching_segment_basic_traits_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -45,7 +45,5 @@ class Arr_non_caching_segment_traits_2
{ {
public: public:
/// @}
}; /* end Arr_non_caching_segment_traits_2 */ }; /* end Arr_non_caching_segment_traits_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -64,8 +64,6 @@ template< typename Kernel >
class Arr_segment_traits_2 { class Arr_segment_traits_2 {
public: public:
/// @}
Class Trim_2{ Class Trim_2{
public: public:
/// \name Creation /// \name Creation

View File

@ -18,8 +18,6 @@ arrangement.
struct Arr_oblivious_side_tag { struct Arr_oblivious_side_tag {
/// @}
}; /* end Arr_oblivious_side_tag */ }; /* end Arr_oblivious_side_tag */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -45,7 +43,5 @@ functions based on type of curves that induce the arrangement.
struct Arr_open_side_tag { struct Arr_open_side_tag {
/// @}
}; /* end Arr_open_side_tag */ }; /* end Arr_open_side_tag */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -36,7 +36,5 @@ template< typename Arrangement >
class Arr_walk_along_line_point_location { class Arr_walk_along_line_point_location {
public: public:
/// @}
}; /* end Arr_walk_along_line_point_location */ }; /* end Arr_walk_along_line_point_location */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -30,8 +30,6 @@ template< typename Arrangement >
class Arr_extended_dcel_text_formatter { class Arr_extended_dcel_text_formatter {
public: public:
/// @}
}; /* end Arr_extended_dcel_text_formatter */ }; /* end Arr_extended_dcel_text_formatter */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -64,8 +62,6 @@ template< typename Arrangement >
class Arr_face_extended_text_formatter { class Arr_face_extended_text_formatter {
public: public:
/// @}
}; /* end Arr_face_extended_text_formatter */ }; /* end Arr_face_extended_text_formatter */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -96,7 +92,5 @@ template< typename Arrangement >
class Arr_text_formatter { class Arr_text_formatter {
public: public:
/// @}
}; /* end Arr_text_formatter */ }; /* end Arr_text_formatter */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -26,7 +26,5 @@ template< typename ArrFormatter >
class Arr_with_history_text_formatter { class Arr_with_history_text_formatter {
public: public:
/// @}
}; /* end Arr_with_history_text_formatter */ }; /* end Arr_with_history_text_formatter */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -15,8 +15,6 @@ represents a general planar curve.
class Curve_2 { class Curve_2 {
public: public:
/// @}
}; /* end ArrTraits::Curve_2 */ }; /* end ArrTraits::Curve_2 */
} }

View File

@ -16,8 +16,6 @@ Represents a point in the plane.
class Point_2 { class Point_2 {
public: public:
/// @}
}; /* end ArrTraits::Point_2 */ }; /* end ArrTraits::Point_2 */
} }

View File

@ -16,8 +16,6 @@ Represents a planar (weakly) \f$ x\f$-monotone curve.
class XMonotoneCurve_2 { class XMonotoneCurve_2 {
public: public:
/// @}
}; /* end ArrTraits::XMonotoneCurve_2 */ }; /* end ArrTraits::XMonotoneCurve_2 */
} }

View File

@ -33,8 +33,6 @@ struct Linear_cell_complex_bgl_min_items
*/ */
struct Linear_cell_complex_bgl_min_items { struct Linear_cell_complex_bgl_min_items {
/// @}
}; /* end Linear_cell_complex_bgl_min_items */ }; /* end Linear_cell_complex_bgl_min_items */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -18,7 +18,5 @@ template< typename Kernel >
class Gps_circle_segment_traits_2 { class Gps_circle_segment_traits_2 {
public: public:
/// @}
}; /* end Gps_circle_segment_traits_2 */ }; /* end Gps_circle_segment_traits_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -20,7 +20,5 @@ template< typename ArrTraits, typename GeneralPolygon_t >
class Gps_traits_2 { class Gps_traits_2 {
public: public:
/// @}
}; /* end Gps_traits_2 */ }; /* end Gps_traits_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -26,7 +26,5 @@ template< typename Kernel, typename Container, typename Dcel >
class Polygon_set_2 : public General_polygon_set_2<Gps_segment_traits_2<Kernel,Container> > { class Polygon_set_2 : public General_polygon_set_2<Gps_segment_traits_2<Kernel,Container> > {
public: public:
/// @}
}; /* end Polygon_set_2 */ }; /* end Polygon_set_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -20,7 +20,5 @@ A model of this concept represents a general polygon with holes.
class GpsTraitsGeneralPolygonWithHoles_2 { class GpsTraitsGeneralPolygonWithHoles_2 {
public: public:
/// @}
}; /* end GpsTraitsGeneralPolygonWithHoles_2 */ }; /* end GpsTraitsGeneralPolygonWithHoles_2 */

View File

@ -21,7 +21,5 @@ A model of this concept represents a simple general polygon.
class GpsTraitsGeneralPolygon_2 { class GpsTraitsGeneralPolygon_2 {
public: public:
/// @}
}; /* end GpsTraitsGeneralPolygon_2 */ }; /* end GpsTraitsGeneralPolygon_2 */

View File

@ -10,7 +10,5 @@ namespace CGAL {
template< typename RT > template< typename RT >
struct Algebraic_kernel_for_circles_2_2 { struct Algebraic_kernel_for_circles_2_2 {
/// @}
}; /* end Algebraic_kernel_for_circles_2_2 */ }; /* end Algebraic_kernel_for_circles_2_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -17,7 +17,5 @@ geometric filtering (based on bounding boxes) to gain efficiency.
class Exact_circular_kernel_2 { class Exact_circular_kernel_2 {
public: public:
/// @}
}; /* end Exact_circular_kernel_2 */ }; /* end Exact_circular_kernel_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -11,7 +11,5 @@ template< typename RT >
class Polynomial_1_2 { class Polynomial_1_2 {
public: public:
/// @}
}; /* end Polynomial_1_2 */ }; /* end Polynomial_1_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -14,7 +14,5 @@ template< typename FT >
class Polynomial_for_circles_2_2 { class Polynomial_for_circles_2_2 {
public: public:
/// @}
}; /* end Polynomial_for_circles_2_2 */ }; /* end Polynomial_for_circles_2_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -11,7 +11,5 @@ template< typename FT >
class Root_for_circles_2_2 { class Root_for_circles_2_2 {
public: public:
/// @}
}; /* end Root_for_circles_2_2 */ }; /* end Root_for_circles_2_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -20,7 +20,5 @@ coefficients are of a type that is a model of the concept
class AlgebraicKernelForCircles::Polynomial_1_2 { class AlgebraicKernelForCircles::Polynomial_1_2 {
public: public:
/// @}
}; /* end AlgebraicKernelForCircles::Polynomial_1_2 */ }; /* end AlgebraicKernelForCircles::Polynomial_1_2 */

View File

@ -14,7 +14,5 @@ Concept for points on circles, circular arcs or line arcs.
class CircularKernel::CircularArcPoint_2 { class CircularKernel::CircularArcPoint_2 {
public: public:
/// @}
}; /* end CircularKernel::CircularArcPoint_2 */ }; /* end CircularKernel::CircularArcPoint_2 */

View File

@ -10,7 +10,5 @@ namespace CGAL {
template< typename RT > template< typename RT >
struct Algebraic_kernel_for_spheres_2_3 { struct Algebraic_kernel_for_spheres_2_3 {
/// @}
}; /* end Algebraic_kernel_for_spheres_2_3 */ }; /* end Algebraic_kernel_for_spheres_2_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -16,7 +16,5 @@ It defines the same types as `CGAL::Spherical_kernel_3`.
class Exact_spherical_kernel_3 { class Exact_spherical_kernel_3 {
public: public:
/// @}
}; /* end Exact_spherical_kernel_3 */ }; /* end Exact_spherical_kernel_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -11,7 +11,5 @@ template< typename RT >
class Polynomial_1_3 { class Polynomial_1_3 {
public: public:
/// @}
}; /* end Polynomial_1_3 */ }; /* end Polynomial_1_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -13,7 +13,5 @@ template< typename FT >
class Polynomial_for_spheres_2_3 { class Polynomial_for_spheres_2_3 {
public: public:
/// @}
}; /* end Polynomial_for_spheres_2_3 */ }; /* end Polynomial_for_spheres_2_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -13,7 +13,5 @@ template< typename FT >
class Polynomials_for_lines_3 { class Polynomials_for_lines_3 {
public: public:
/// @}
}; /* end Polynomials_for_lines_3 */ }; /* end Polynomials_for_lines_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -11,7 +11,5 @@ template< typename RT >
class Root_for_spheres_2_3 { class Root_for_spheres_2_3 {
public: public:
/// @}
}; /* end Root_for_spheres_2_3 */ }; /* end Root_for_spheres_2_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -20,7 +20,5 @@ coefficients are of a type that is a model of the concept
class AlgebraicKernelForSpheres::Polynomial_1_3 { class AlgebraicKernelForSpheres::Polynomial_1_3 {
public: public:
/// @}
}; /* end AlgebraicKernelForSpheres::Polynomial_1_3 */ }; /* end AlgebraicKernelForSpheres::Polynomial_1_3 */

View File

@ -17,7 +17,5 @@ capable of storing equations of circles.
class AlgebraicKernelForSpheres::PolynomialsForCircles_3 { class AlgebraicKernelForSpheres::PolynomialsForCircles_3 {
public: public:
/// @}
}; /* end AlgebraicKernelForSpheres::PolynomialsForCircles_3 */ }; /* end AlgebraicKernelForSpheres::PolynomialsForCircles_3 */

View File

@ -19,7 +19,5 @@ capable of storing equations of lines.
class AlgebraicKernelForSpheres::PolynomialsForLines_3 { class AlgebraicKernelForSpheres::PolynomialsForLines_3 {
public: public:
/// @}
}; /* end AlgebraicKernelForSpheres::PolynomialsForLines_3 */ }; /* end AlgebraicKernelForSpheres::PolynomialsForLines_3 */

View File

@ -18,7 +18,5 @@ Concept for line segments supported by a line that is a model of
class SphericalKernel::LineArc_3 { class SphericalKernel::LineArc_3 {
public: public:
/// @}
}; /* end SphericalKernel::LineArc_3 */ }; /* end SphericalKernel::LineArc_3 */

View File

@ -33,7 +33,5 @@ struct Combinatorial_map_min_items
template< unsigned int d > template< unsigned int d >
struct Combinatorial_map_min_items { struct Combinatorial_map_min_items {
/// @}
}; /* end Combinatorial_map_min_items */ }; /* end Combinatorial_map_min_items */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -27,7 +27,5 @@ struct Generic_map_min_items
*/ */
struct Generic_map_min_items { struct Generic_map_min_items {
/// @}
}; /* end Generic_map_min_items */ }; /* end Generic_map_min_items */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -24,6 +24,4 @@ bidirected LEDA graph `G`.
template <class R> template <class R>
void d3_surface_map(const Convex_hull_d<R>& C, GRAPH< typename Convex_hull_d<R>::Point_d ,int>& G); void d3_surface_map(const Convex_hull_d<R>& C, GRAPH< typename Convex_hull_d<R>::Point_d ,int>& G);
/// @}
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -22,7 +22,5 @@ template< typename Traits >
class Envelope_diagram_1 { class Envelope_diagram_1 {
public: public:
/// @}
}; /* end Envelope_diagram_1 */ }; /* end Envelope_diagram_1 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -35,7 +35,5 @@ template< typename Kernel >
class Env_plane_traits_3 : public Arr_linear_traits_2<Kernel> { class Env_plane_traits_3 : public Arr_linear_traits_2<Kernel> {
public: public:
/// @}
}; /* end Env_plane_traits_3 */ }; /* end Env_plane_traits_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -38,7 +38,5 @@ template< typename Kernel >
class Env_triangle_traits_3 : public Arr_segment_traits_2<Kernel> { class Env_triangle_traits_3 : public Arr_segment_traits_2<Kernel> {
public: public:
/// @}
}; /* end Env_triangle_traits_3 */ }; /* end Env_triangle_traits_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -1,7 +1,6 @@
namespace CGAL { namespace CGAL {
/// \addtogroup PkgGeneratorsRef /// \ingroup PkgGeneratorsRef
/// @{
/*! /*!
The class `Combination_enumerator` is used to enumerate all fixed-size combinations The class `Combination_enumerator` is used to enumerate all fixed-size combinations
@ -53,7 +52,7 @@ const CombinationElement & operator[](int i);
/// \name Access to the Enumeration /// \name Access to the Enumeration
///@{ /// @{
/*! /*!
Returns the size of the enumerated combinations (the parameter `k` from the class' constructor). Returns the size of the enumerated combinations (the parameter `k` from the class' constructor).
@ -104,5 +103,3 @@ Combination_enumerator operator++(int);
}; /*end of class Combination_enumerator*/ }; /*end of class Combination_enumerator*/
} /* end namespace CGAL */ } /* end namespace CGAL */
/// @}

View File

@ -76,7 +76,5 @@ typedef My_face<Refs> Face;
class HalfedgeDS_items_2 { class HalfedgeDS_items_2 {
public: public:
/// @}
}; /* end HalfedgeDS_items_2 */ }; /* end HalfedgeDS_items_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -49,7 +49,5 @@ typedef CGAL::HalfedgeDS_face_min_base< Refs> Face;
class HalfedgeDS_min_items { class HalfedgeDS_min_items {
public: public:
/// @}
}; /* end HalfedgeDS_min_items */ }; /* end HalfedgeDS_min_items */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -27,7 +27,5 @@ constructions.
class Exact_predicates_exact_constructions_kernel { class Exact_predicates_exact_constructions_kernel {
public: public:
/// @}
}; /* end Exact_predicates_exact_constructions_kernel */ }; /* end Exact_predicates_exact_constructions_kernel */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -30,7 +30,5 @@ Note that it requires CORE or LEDA installed.
class Exact_predicates_exact_constructions_kernel_with_kth_root { class Exact_predicates_exact_constructions_kernel_with_kth_root {
public: public:
/// @}
}; /* end Exact_predicates_exact_constructions_kernel_with_kth_root */ }; /* end Exact_predicates_exact_constructions_kernel_with_kth_root */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -30,7 +30,5 @@ Note that it requires CORE or LEDA installed.
class Exact_predicates_exact_constructions_kernel_with_root_of { class Exact_predicates_exact_constructions_kernel_with_root_of {
public: public:
/// @}
}; /* end Exact_predicates_exact_constructions_kernel_with_root_of */ }; /* end Exact_predicates_exact_constructions_kernel_with_root_of */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -30,7 +30,5 @@ Note that it requires CORE or LEDA installed.
class Exact_predicates_exact_constructions_kernel_with_sqrt { class Exact_predicates_exact_constructions_kernel_with_sqrt {
public: public:
/// @}
}; /* end Exact_predicates_exact_constructions_kernel_with_sqrt */ }; /* end Exact_predicates_exact_constructions_kernel_with_sqrt */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -27,7 +27,5 @@ constructions.
class Exact_predicates_inexact_constructions_kernel { class Exact_predicates_inexact_constructions_kernel {
public: public:
/// @}
}; /* end Exact_predicates_inexact_constructions_kernel */ }; /* end Exact_predicates_inexact_constructions_kernel */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -18,8 +18,6 @@ Tag class for affine transformations.
class Identity_transformation { class Identity_transformation {
public: public:
/// @}
}; /* end Identity_transformation */ }; /* end Identity_transformation */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -42,8 +40,6 @@ Tag class for affine transformations.
class Reflection { class Reflection {
public: public:
/// @}
}; /* end Reflection */ }; /* end Reflection */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -66,8 +62,6 @@ Tag class for affine transformations.
class Rotation { class Rotation {
public: public:
/// @}
}; /* end Rotation */ }; /* end Rotation */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -90,8 +84,6 @@ Tag class for affine transformations.
class Scaling { class Scaling {
public: public:
/// @}
}; /* end Scaling */ }; /* end Scaling */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -114,7 +106,5 @@ Tag class for affine transformations.
class Translation { class Translation {
public: public:
/// @}
}; /* end Translation */ }; /* end Translation */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -23,7 +23,5 @@ template< typename FieldNumberType >
class Cartesian_d { class Cartesian_d {
public: public:
/// @}
}; /* end Cartesian_d */ }; /* end Cartesian_d */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -23,7 +23,5 @@ template< typename RingNumberType >
class Homogeneous_d { class Homogeneous_d {
public: public:
/// @}
}; /* end Homogeneous */ }; /* end Homogeneous */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -21,7 +21,5 @@ template< typename FT >
class Linear_algebraCd { class Linear_algebraCd {
public: public:
/// @}
}; /* end Linear_algebraCd */ }; /* end Linear_algebraCd */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -22,7 +22,5 @@ template< typename RT >
class Linear_algebraHd { class Linear_algebraHd {
public: public:
/// @}
}; /* end Linear_algebraHd */ }; /* end Linear_algebraHd */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -19,7 +19,5 @@ in `d` dimensions.
class Kernel_d::CartesianConstIterator_d { class Kernel_d::CartesianConstIterator_d {
public: public:
/// @}
}; /* end Kernel_d::CartesianConstIterator_d */ }; /* end Kernel_d::CartesianConstIterator_d */

View File

@ -34,8 +34,6 @@ struct Linear_cell_complex_min_items
*/ */
struct Linear_cell_complex_min_items { struct Linear_cell_complex_min_items {
/// @}
}; /* end Linear_cell_complex_min_items */ }; /* end Linear_cell_complex_min_items */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -19,7 +19,5 @@ The first type in `Attributes` tuple must be a model of the `CellAttributeWithPo
class LinearCellComplexItems { class LinearCellComplexItems {
public: public:
/// @}
}; /* end LinearCellComplexItems */ }; /* end LinearCellComplexItems */

View File

@ -29,7 +29,5 @@ template< typename Traits, typename Fb >
class Delaunay_mesh_face_base_2 : Fb { class Delaunay_mesh_face_base_2 : Fb {
public: public:
/// @}
}; /* end Delaunay_mesh_face_base_2 */ }; /* end Delaunay_mesh_face_base_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -24,7 +24,5 @@ template< typename Traits, typename Vb >
class Delaunay_mesh_vertex_base_2 : Vb { class Delaunay_mesh_vertex_base_2 : Vb {
public: public:
/// @}
}; /* end Delaunay_mesh_vertex_base_2 */ }; /* end Delaunay_mesh_vertex_base_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -30,7 +30,5 @@ template< typename Gt, typename MD, typename Tds = void >
class Compact_mesh_cell_base_3 { class Compact_mesh_cell_base_3 {
public: public:
/// @}
}; /* end Compact_mesh_cell_base_3 */ }; /* end Compact_mesh_cell_base_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -36,7 +36,5 @@ template< typename Gt, typename MD, typename Cb >
class Mesh_cell_base_3 : public Cb { class Mesh_cell_base_3 : public Cb {
public: public:
/// @}
}; /* end Mesh_cell_base_3 */ }; /* end Mesh_cell_base_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -28,7 +28,5 @@ template< typename Gt, typename MD, typename Vb >
class Mesh_vertex_base_3 : public Vb { class Mesh_vertex_base_3 : public Vb {
public: public:
/// @}
}; /* end Mesh_vertex_base_3 */ }; /* end Mesh_vertex_base_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -25,8 +25,6 @@ public:
typedef CGAL::Polygon_2<Kernel,Container> Polygon_2; typedef CGAL::Polygon_2<Kernel,Container> Polygon_2;
/// @}
}; /* end Greene_convex_decomposition_2 */ }; /* end Greene_convex_decomposition_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -60,8 +58,6 @@ public:
typedef CGAL::Polygon_2<Kernel,Container> Polygon_2; typedef CGAL::Polygon_2<Kernel,Container> Polygon_2;
/// @}
}; /* end Hertel_Mehlhorn_convex_decomposition_2 */ }; /* end Hertel_Mehlhorn_convex_decomposition_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */
@ -92,7 +88,5 @@ public:
typedef CGAL::Polygon_2<Kernel,Container> Polygon_2; typedef CGAL::Polygon_2<Kernel,Container> Polygon_2;
/// @}
}; /* end Optimal_convex_decomposition_2 */ }; /* end Optimal_convex_decomposition_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -14,7 +14,5 @@ template< typename T >
class Modular_traits { class Modular_traits {
public: public:
/// @}
}; /* end Modular_traits */ }; /* end Modular_traits */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -39,7 +39,5 @@ The following types are `Modularizable` iff their template arguments are.
class Modularizable { class Modularizable {
public: public:
/// @}
}; /* end Modularizable */ }; /* end Modularizable */

View File

@ -169,6 +169,8 @@ constructor was called.
*/ */
~Set_ieee_double_precision(); ~Set_ieee_double_precision();
/// @}
}; /* end Set_ieee_double_precision */ }; /* end Set_ieee_double_precision */
@ -184,7 +186,5 @@ except that it does not perform the save and restore of the previous state.
*/ */
void force_ieee_double_precision(); void force_ieee_double_precision();
/// @}
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -21,7 +21,5 @@ For more details on the number types of \leda we refer to the \leda manual \cgal
class leda_bigfloat { class leda_bigfloat {
public: public:
/// @}
}; /* end leda_bigfloat */ }; /* end leda_bigfloat */

View File

@ -40,7 +40,5 @@ class Periodic_2_triangulation_face_base_2
{ {
public: public:
/// @}
}; /* end Periodic_2_triangulation_face_base_2 */ }; /* end Periodic_2_triangulation_face_base_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -31,7 +31,5 @@ class Periodic_2_triangulation_vertex_base_2
{ {
public: public:
/// @}
}; /* end Periodic_2_triangulation_vertex_base_2 */ }; /* end Periodic_2_triangulation_vertex_base_2 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -44,6 +44,4 @@ public:
IndicesOutputIterator IndicesOutputIterator
get_corner_incident_curves(Corner_index id, IndicesOutputIterator out); get_corner_incident_curves(Corner_index id, IndicesOutputIterator out);
/// @}
}; /* end Periodic_3MeshDomainWithFeatures_3 */ }; /* end Periodic_3MeshDomainWithFeatures_3 */

View File

@ -41,6 +41,4 @@ public:
*/ */
const Iso_cuboid_3& bounding_box(); const Iso_cuboid_3& bounding_box();
/// @}
}; /* end Periodic_3MeshDomain_3 */ }; /* end Periodic_3MeshDomain_3 */

View File

@ -14,7 +14,5 @@ The class `Periodic_3_offset_3` is a model of the concept
class Periodic_3_offset_3 { class Periodic_3_offset_3 {
public: public:
/// @}
}; /* end Periodic_3_offset_3 */ }; /* end Periodic_3_offset_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -20,7 +20,5 @@ template< >
class Periodic_3_triangulation_ds_cell_base_3 { class Periodic_3_triangulation_ds_cell_base_3 {
public: public:
/// @}
}; /* end Periodic_3_triangulation_ds_cell_base_3 */ }; /* end Periodic_3_triangulation_ds_cell_base_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -20,7 +20,5 @@ template< >
class Periodic_3_triangulation_ds_vertex_base_3 { class Periodic_3_triangulation_ds_vertex_base_3 {
public: public:
/// @}
}; /* end Periodic_3_triangulation_ds_vertex_base_3 */ }; /* end Periodic_3_triangulation_ds_vertex_base_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -56,7 +56,5 @@ template< typename PTr >
class Periodic_3_triangulation_hierarchy_3 : public PTr { class Periodic_3_triangulation_hierarchy_3 : public PTr {
public: public:
/// @}
}; /* end Periodic_3_triangulation_hierarchy_3 */ }; /* end Periodic_3_triangulation_hierarchy_3 */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -13,7 +13,5 @@ template< typename Polynomial_d >
class Polynomial_traits_d { class Polynomial_traits_d {
public: public:
/// @}
}; /* end Polynomial_traits_d */ }; /* end Polynomial_traits_d */
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -168,7 +168,5 @@ but we don't explain this here.
class MPSFormat { class MPSFormat {
public: public:
/// @}
}; /* end MPSFormat */ }; /* end MPSFormat */

Some files were not shown because too many files have changed in this diff Show More