From 983645a51a0b991146d6a65fcb945ff7febd954e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 5 Jul 2019 21:49:46 +0200 Subject: [PATCH 1/3] match @{ and @} --- AABB_tree/doc/AABB_tree/Concepts/AABBTraits.h | 2 + .../CGAL/Algebraic_kernel_d/LRU_hashed_map.h | 6 +-- .../CGAL/Algebraic_kernel_d/Xy_coordinate_2.h | 2 - .../CGAL/Alpha_shape_cell_base_3.h | 2 - .../CGAL/Arr_hyperbolic_arc_traits_2.h | 1 + .../CGAL/Arr_Bezier_curve_traits_2.h | 3 ++ .../CGAL/Arr_circle_segment_traits_2.h | 1 + .../CGAL/Arr_conic_traits_2.h | 3 ++ .../CGAL/Arr_linear_traits_2.h | 1 + .../Concepts/ArrangementApproximateTraits_2.h | 2 +- .../Concepts/OverlayTraits.h | 2 +- .../CGAL/Arr_circle_segment_traits_2.h | 3 ++ .../CGAL/Arr_geometry_traits/Bezier_cache.h | 2 + .../include/CGAL/Arr_polyline_traits_2.h | 1 - .../CGAL/Arr_rational_function_traits_2.h | 2 - .../Arr_spherical_insertion_helper.h | 2 + .../CGAL/Arr_triangulation_point_location.h | 2 + .../Arrangement_2/Arr_with_history_accessor.h | 5 ++- .../Arrangement_on_surface_with_history_2.h | 1 + .../CGAL/Curved_kernel_via_analysis_2/Arc_2.h | 4 +- .../Curved_kernel_via_analysis_2_functors.h | 4 +- ...ltered_curved_kernel_via_analysis_2_impl.h | 4 +- .../Curved_kernel_via_analysis_2/Point_2.h | 7 ++-- .../test/simple_models.h | 5 ++- .../include/CGAL/IO/Arr_text_formatter.h | 3 +- ...Arr_no_intersection_insertion_ss_visitor.h | 1 - .../Surface_sweep_2/Arr_overlay_ss_visitor.h | 2 + .../doc/Bounding_volumes/Concepts/Ellipse.h | 2 +- .../ETHZ/Random_forest_classifier.h | 2 + .../OpenCV/Random_forest_classifier.h | 1 + .../TensorFlow/Neural_network_classifier.h | 2 + .../doc/Convex_hull_d/CGAL/Convex_hull_d.h | 2 + Envelope_3/doc/Envelope_3/CGAL/envelope_3.h | 2 - .../doc/Geomview/CGAL/IO/Geomview_stream.h | 2 - GraphicsView/include/CGAL/Qt/qglviewer.h | 1 + .../Hyperbolic_Delaunay_triangulation_2.h | 2 +- Installation/include/CGAL/config.h | 1 + Kernel_23/doc/Kernel_23/CGAL/Dimension.h | 2 - .../doc/Kernel_23/CGAL/Filtered_kernel.h | 2 - .../CGAL/cartesian_homogeneous_conversion.h | 2 + .../Concepts/FunctionObjectConcepts.h | 17 +++++--- .../Implicit_to_labeling_function_wrapper.h | 2 +- .../Mesh_domain_with_polyline_features_3.h | 3 ++ .../CGAL/Periodic_2_triangulation_2.h | 6 +-- ...t_to_labeled_subdomains_function_wrapper.h | 2 +- .../CGAL/Periodic_3_triangulation_3.h | 2 + .../Periodic_3_Delaunay_triangulation_3.h | 38 ++++++------------ .../CGAL/Periodic_3_regular_triangulation_3.h | 12 ++---- .../include/CGAL/Periodic_3_triangulation_3.h | 40 ++++++------------- Point_set_3/include/CGAL/Point_set_3.h | 3 +- Polygon/include/CGAL/Polygon_2.h | 2 +- .../STL_Extension/CGAL/Compact_container.h | 2 +- .../doc/STL_Extension/CGAL/Uncertain.h | 2 + .../doc/STL_Extension/CGAL/function_objects.h | 3 +- STL_Extension/include/CGAL/Multiset.h | 1 - STL_Extension/include/CGAL/exceptions.h | 1 - .../CGAL/Segment_Delaunay_graph_2.h | 1 + .../CGAL/Segment_Delaunay_graph_traits_2.h | 2 + .../CGAL/Straight_skeleton_builder_2.h | 2 - .../include/CGAL/IO/Dxf_stream.h | 4 ++ Stream_support/include/CGAL/IO/Color.h | 2 +- .../subdivision_masks_3.h | 2 + .../Concepts/ErrorMetricProxy.h | 2 +- .../Concepts/SurfaceMeshShortestPathVisitor.h | 2 + .../Surface_mesher/CGAL/Gray_level_image_3.h | 2 +- .../Surface_mesher/CGAL/make_surface_mesh.h | 6 --- .../Concepts/TriangulationDataStructure_3.h | 2 +- .../ConstrainedTriangulationTraits_2.h | 2 + .../Triangulation_3/CGAL/Triangulation_3.h | 4 +- 69 files changed, 139 insertions(+), 126 deletions(-) diff --git a/AABB_tree/doc/AABB_tree/Concepts/AABBTraits.h b/AABB_tree/doc/AABB_tree/Concepts/AABBTraits.h index 3f9cc9a9be3..613723bdef3 100644 --- a/AABB_tree/doc/AABB_tree/Concepts/AABBTraits.h +++ b/AABB_tree/doc/AABB_tree/Concepts/AABBTraits.h @@ -126,6 +126,8 @@ Before the release 4.3 of \cgal, the return type of this function used to be `bo */ typedef unspecified_type Intersection; +/// @} + /// \name Distance Queries /// The following predicates are required for each /// type `Query` for which the class `CGAL::AABB_tree` may receive a diff --git a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h index cf52882511f..54973a6b617 100644 --- a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h +++ b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h @@ -283,9 +283,6 @@ public: protected: - //!\name private members - //!@{ - Algebraic_kernel_with_analysis_2* _m_kernel; @@ -309,6 +306,7 @@ public: //! specified key was found typedef typename Base::Find_result Find_result; + //!@} //!\name constructors and access functions //!@{ @@ -342,6 +340,8 @@ public: } return (p.first)->second; } + + //!@} }; // class LRU_hashed_map_with_kernel diff --git a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h index 954a6c6dd43..897f641aba6 100644 --- a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h +++ b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h @@ -678,8 +678,6 @@ public: return static_cast(x.id()); } - //!@} - }; // class Xy_coordinate_2 template < class AlgebraicCurveKernel_2, class Rep> diff --git a/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Alpha_shape_cell_base_3.h b/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Alpha_shape_cell_base_3.h index b57d44fe618..4567b24e63e 100644 --- a/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Alpha_shape_cell_base_3.h +++ b/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Alpha_shape_cell_base_3.h @@ -29,8 +29,6 @@ template< typename Traits, typename Cb, typename ExactAlphaComparisonTag, typena class Alpha_shape_cell_base_3 : public Cb { public: -/// @} - }; /* end Alpha_shape_cell_base_3 */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/archive/include/CGAL/Arr_hyperbolic_arc_traits_2.h b/Arrangement_on_surface_2/archive/include/CGAL/Arr_hyperbolic_arc_traits_2.h index 8cb6f2ea655..9683bd5460b 100644 --- a/Arrangement_on_surface_2/archive/include/CGAL/Arr_hyperbolic_arc_traits_2.h +++ b/Arrangement_on_surface_2/archive/include/CGAL/Arr_hyperbolic_arc_traits_2.h @@ -414,6 +414,7 @@ public: return Intersect_2(); } + //@} }; } //namespace CGAL diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_Bezier_curve_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_Bezier_curve_traits_2.h index cc347e4ecc1..c8c2d12a0bd 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_Bezier_curve_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_Bezier_curve_traits_2.h @@ -295,6 +295,9 @@ Trims the given x-monotone curve to an from src to tgt. X_monotone_curve_2(const X_monotone_curve_2& xcv, const Point_2& src, const Point_2& tgt)const + +/// @} + }/* end Arr_Bezier_curve_traits_2::Trim_2 */ }; /* end Arr_Bezier_curve_traits_2 */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circle_segment_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circle_segment_traits_2.h index f375029fbca..73ff7279566 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circle_segment_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circle_segment_traits_2.h @@ -367,6 +367,7 @@ Trims the given x-monotone curve to an from src to tgt. X_monotone_curve_2(const X_monotone_curve_2& xcv, const Point_2& src, const Point_2& tgt)const +/// @} }/* end Arr_circle_segment_traits_2::Trim_2 */ }; /* end Arr_circle_segment_traits_2 */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h index 28803e7f8d5..363da0bab1e 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h @@ -398,6 +398,9 @@ Trims the given x-monotone curve to an from src to tgt. X_monotone_curve_2(const X_monotone_curve_2& xcv, const Point_2& src, const Point_2& tgt)const + +/// @} + }/* end Arr_conic_traits_2::Trim_2 */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h index 4b6227ec31b..2847d6b5ae2 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h @@ -158,6 +158,7 @@ Trims the given x-monotone curve to an from src to tgt. X_monotone_curve_2(const X_monotone_curve_2& xcv, const Point_2& src, const Point_2& tgt)const +/// @} }/* end Arr_linear_traits_2::Trim_2 */ }; /* end Arr_linear_traits_2 */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementApproximateTraits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementApproximateTraits_2.h index 080f03082e9..18b39ca6274 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementApproximateTraits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementApproximateTraits_2.h @@ -40,7 +40,7 @@ public: * models the concept `ArrTraits::Approximate_2`. */ typedef unspecified_type Approximate_2; - + /// @} /// \name Accessing Functor Objects /// @{ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/OverlayTraits.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/OverlayTraits.h index d727df92ac0..5dff9f56683 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/OverlayTraits.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/OverlayTraits.h @@ -161,7 +161,7 @@ inside the face `f1`. void create_edge (Face_handle_A f1, Halfedge_handle_B e2, Halfedge_handle_R e) const; - +/// @} /// \name Face Creation /// The following function is invoked whenever a new face is /// created. It is guaranteed that all halfedges along the face diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h index 6a45bafe0c9..b1e07fb3f43 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_circle_segment_traits_2.h @@ -751,6 +751,9 @@ public: /*! Obtain a Trim_2 functor object. */ Trim_2 trim_2_object() const { return Trim_2(*this); } + + // @} + }; } //namespace CGAL diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_cache.h b/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_cache.h index 3abbaf9ff93..70092122c55 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_cache.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_cache.h @@ -86,6 +86,8 @@ public: typedef typename Intersection_list::const_iterator Intersection_iter; + //@} + private: typedef std::mapcurve().data().insert (&cv); return; - } + } + + //@} + }; } //namespace CGAL diff --git a/Arrangement_on_surface_2/include/CGAL/Arrangement_on_surface_with_history_2.h b/Arrangement_on_surface_2/include/CGAL/Arrangement_on_surface_with_history_2.h index cb6cdcf1866..8f0a465f7f1 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arrangement_on_surface_with_history_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arrangement_on_surface_with_history_2.h @@ -588,6 +588,7 @@ public: * \return true iff e1 and e2 are mergeable. */ bool are_mergeable (Halfedge_const_handle e1, Halfedge_const_handle e2) const; + //@} protected: diff --git a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h index bf6cf638809..704121d2f9b 100644 --- a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h @@ -1588,6 +1588,8 @@ public: return false; } + //!@} + protected: //!\name Trimming //!@{ @@ -3152,7 +3154,7 @@ public: return *(this->ptr()->_m_bbox); } - //!} + //!@} public: diff --git a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h index dbbfdada53d..37156fe5e25 100644 --- a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h +++ b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h @@ -458,6 +458,8 @@ public: Arc_2 arc(x, c); return arc; } + + //!@} }; /*!\brief @@ -2668,7 +2670,7 @@ public: //! this instance's first template parameter typedef CurvedKernelViaAnalysis_2 Curved_kernel_via_analysis_2; - + //!@} // typedef Curved_kernel_via_analysis_2_functors< // CurvedKernelViaAnalysis_2 > Functor_base; diff --git a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h index 5c6a11da847..a45637e615f 100644 --- a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h +++ b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h @@ -712,7 +712,9 @@ public: //! type of curve analysis typedef typename Curve_kernel_2::Curve_analysis_2 Curve_analysis_2; - + + //!@} + public: //!\name embedded types for \c Arrangement_2 package //!@{ diff --git a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h index 20e37bd5af3..d4453169683 100644 --- a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h @@ -242,6 +242,8 @@ public: } }; + //!@} + public: //!\name Standard constructors //!@{ @@ -610,7 +612,7 @@ public: return *(this->ptr()->_m_doubles); } - //!} + //!@} public: @@ -783,8 +785,7 @@ public: *this = Point_2< Curved_kernel_via_analysis_2, Rep >(rep); } - //!@} - + //! @} // friends //////////////////////////////////////////////////////////////// //! befriending arc classes diff --git a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h index fd8b7384c34..21c3d4e3b4c 100644 --- a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h +++ b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h @@ -487,6 +487,8 @@ public: Base(rep) { } + //!@} + Algebraic_real_1 x() const { return Algebraic_real_1(); } @@ -1019,6 +1021,8 @@ public: //! type of Coordinate_2 typedef Algebraic_real_2 Coordinate_2; + //!@} + public: //! \name types and functors for \c GPA_2< both > //!@{ @@ -1031,7 +1035,6 @@ public: //!@} - //!@} //! \name public functors and predicates //!@{ diff --git a/Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h b/Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h index 51be06dd29e..624718dc177 100644 --- a/Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h +++ b/Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h @@ -385,7 +385,8 @@ public: virtual void read_halfedge_data(Halfedge_handle) {} - + + //@} /// \name Reading a face. //@{ void read_face_begin() diff --git a/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h b/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h index d74e1f78584..8b51f67f3bb 100644 --- a/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h +++ b/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h @@ -174,7 +174,6 @@ public: */ virtual Vertex_handle insert_isolated_vertex(const Point_2& pt, Status_line_iterator iter); - //@} /// \name Edge-split functions (to be overridden by the child visitor). //@{ diff --git a/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h b/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h index 21a52219915..3df2f2ff194 100644 --- a/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h +++ b/Arrangement_on_surface_2/include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h @@ -349,6 +349,8 @@ protected: */ void _create_edge(Subcurve* sc, Halfedge_handle res_he); + //@} + /*! A visitor class to facilitate the call to create_vertex(). */ class Create_vertex_visitor : public boost::static_visitor<> { private: diff --git a/Bounding_volumes/doc/Bounding_volumes/Concepts/Ellipse.h b/Bounding_volumes/doc/Bounding_volumes/Concepts/Ellipse.h index 5a5c47bee99..fd8c1e924e9 100644 --- a/Bounding_volumes/doc/Bounding_volumes/Concepts/Ellipse.h +++ b/Bounding_volumes/doc/Bounding_volumes/Concepts/Ellipse.h @@ -145,7 +145,7 @@ returns `true`, iff `ellipse` is degenerate, i.e.\ if */ bool is_degenerate( ) const; - +/// @} /// \name I/O /// The following I/O operator is only needed, if the corresponding I/O /// operator of `CGAL::Min_ellipse_2` is used. diff --git a/Classification/include/CGAL/Classification/ETHZ/Random_forest_classifier.h b/Classification/include/CGAL/Classification/ETHZ/Random_forest_classifier.h index b1a7797db4a..2402c230689 100644 --- a/Classification/include/CGAL/Classification/ETHZ/Random_forest_classifier.h +++ b/Classification/include/CGAL/Classification/ETHZ/Random_forest_classifier.h @@ -325,6 +325,8 @@ public: ias >> BOOST_SERIALIZATION_NVP(*m_rfc); } +/// @} + }; } diff --git a/Classification/include/CGAL/Classification/OpenCV/Random_forest_classifier.h b/Classification/include/CGAL/Classification/OpenCV/Random_forest_classifier.h index 816c039aa1b..2b657e52cb7 100644 --- a/Classification/include/CGAL/Classification/OpenCV/Random_forest_classifier.h +++ b/Classification/include/CGAL/Classification/OpenCV/Random_forest_classifier.h @@ -295,6 +295,7 @@ public: #endif } + /// @} }; diff --git a/Classification/include/CGAL/Classification/TensorFlow/Neural_network_classifier.h b/Classification/include/CGAL/Classification/TensorFlow/Neural_network_classifier.h index e9649d5b801..4b9662821e1 100644 --- a/Classification/include/CGAL/Classification/TensorFlow/Neural_network_classifier.h +++ b/Classification/include/CGAL/Classification/TensorFlow/Neural_network_classifier.h @@ -672,6 +672,8 @@ public: return out; } +/// @} + private: template diff --git a/Convex_hull_d/doc/Convex_hull_d/CGAL/Convex_hull_d.h b/Convex_hull_d/doc/Convex_hull_d/CGAL/Convex_hull_d.h index c14515a6e9a..16865758442 100644 --- a/Convex_hull_d/doc/Convex_hull_d/CGAL/Convex_hull_d.h +++ b/Convex_hull_d/doc/Convex_hull_d/CGAL/Convex_hull_d.h @@ -477,5 +477,7 @@ all facets of `C`. */ std::list all_facets() ; +/// @} + }; /* end Convex_hull_d */ } /* end namespace CGAL */ diff --git a/Envelope_3/doc/Envelope_3/CGAL/envelope_3.h b/Envelope_3/doc/Envelope_3/CGAL/envelope_3.h index d281cdb698d..8a677d00be7 100644 --- a/Envelope_3/doc/Envelope_3/CGAL/envelope_3.h +++ b/Envelope_3/doc/Envelope_3/CGAL/envelope_3.h @@ -158,8 +158,6 @@ Envelope_diagram_2 (EnvTraits *traits); /// @} }; -/// @} - }; /* end */ } /* end namespace CGAL */ namespace CGAL { diff --git a/Geomview/doc/Geomview/CGAL/IO/Geomview_stream.h b/Geomview/doc/Geomview/CGAL/IO/Geomview_stream.h index a44f933e059..a3b6c17dbb2 100644 --- a/Geomview/doc/Geomview/CGAL/IO/Geomview_stream.h +++ b/Geomview/doc/Geomview/CGAL/IO/Geomview_stream.h @@ -63,8 +63,6 @@ public: */ Geomview_stream& operator<<(const Color& c); -/// @} - /*! Changes the background color. Returns the old value. */ diff --git a/GraphicsView/include/CGAL/Qt/qglviewer.h b/GraphicsView/include/CGAL/Qt/qglviewer.h index 4e18cd3f515..b66238e78a0 100644 --- a/GraphicsView/include/CGAL/Qt/qglviewer.h +++ b/GraphicsView/include/CGAL/Qt/qglviewer.h @@ -471,6 +471,7 @@ public Q_SLOTS: virtual void resize(int width, int height); /*! Sets the hasMouseTracking() value. */ virtual void setMouseTracking(bool enable); + //@} #endif /*! @name Buffer to texture */ diff --git a/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL/Hyperbolic_Delaunay_triangulation_2.h b/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL/Hyperbolic_Delaunay_triangulation_2.h index 4018623cda9..55838da8c90 100644 --- a/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL/Hyperbolic_Delaunay_triangulation_2.h +++ b/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/CGAL/Hyperbolic_Delaunay_triangulation_2.h @@ -30,7 +30,7 @@ public: /// @{ typedef Gt Geom_traits; typedef Tds Triangulation_data_structure; - /// \name + /// @} /// \name diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index e3ea931db2f..4654728fa22 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -731,6 +731,7 @@ typedef const void * Nullptr_t; // Anticipate C++0x's std::nullptr_t /// @} /// Macro `CGAL_pragma_warning`. +/// @{ #ifdef BOOST_MSVC # define CGAL_pragma_warning(desc) __pragma(CGAL_WARNING(desc)) #else // not BOOST_MSVC diff --git a/Kernel_23/doc/Kernel_23/CGAL/Dimension.h b/Kernel_23/doc/Kernel_23/CGAL/Dimension.h index 6616e287548..9be36b1991f 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Dimension.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Dimension.h @@ -126,8 +126,6 @@ std::cout << get_origin(Dynamic_dimension_tag())) << std::endl; struct Dynamic_dimension_tag { -/// @} - }; /* end Dynamic_dimension_tag */ /*! diff --git a/Kernel_23/doc/Kernel_23/CGAL/Filtered_kernel.h b/Kernel_23/doc/Kernel_23/CGAL/Filtered_kernel.h index 5ef9d752f2d..4d60f8e17ca 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Filtered_kernel.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Filtered_kernel.h @@ -42,8 +42,6 @@ orientation(p,q,r); // exact template< typename CK > struct Filtered_kernel_adaptor { -/// @} - }; /* end Filtered_kernel_adaptor */ } /* end namespace CGAL */ diff --git a/Kernel_23/doc/Kernel_23/CGAL/cartesian_homogeneous_conversion.h b/Kernel_23/doc/Kernel_23/CGAL/cartesian_homogeneous_conversion.h index b4e2b6f1c95..4c8f38ff625 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/cartesian_homogeneous_conversion.h +++ b/Kernel_23/doc/Kernel_23/CGAL/cartesian_homogeneous_conversion.h @@ -102,5 +102,7 @@ Point_3< Homogeneous > quotient_cartesian_to_homogeneous( const Point_3< Cartesian< Quotient > >& cp); +/// @} + } /* namespace CGAL */ diff --git a/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h b/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h index ff00c35fbbd..051420b655a 100644 --- a/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h +++ b/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h @@ -3100,6 +3100,7 @@ public: returns the weight of the weighted point. */ Kernel::FT operator()(const Kernel::WeightedPoint_2& p) const; + /// @} }; /* end Kernel::ComputeWeight_2 */ @@ -3122,6 +3123,8 @@ public: */ Kernel::FT operator()(const Kernel::WeightedPoint_3& p) const; + /// @} + }; /* end Kernel::ComputeWeight_3 */ @@ -3299,7 +3302,7 @@ public: Kernel::FT operator()(const Kernel::Line_2& l, const Kernel::FT &x) const; - // @} + /// @} }; /* end Kernel::ComputeYAtX_2 */ @@ -3424,6 +3427,8 @@ public: */ Kernel::FT operator()(const Kernel::Iso_rectangle_2& r) const; + /// @} + }; /* end Kernel::ComputeYmin_2 */ /*! @@ -3445,6 +3450,8 @@ public: */ Kernel::FT operator()(const Kernel::Iso_cuboid_3& r) const; + /// @} + }; /* end Kernel::ComputeYmin_3 */ /*! @@ -3493,7 +3500,7 @@ public: returns the largest \f$ z\f$-coordinate of the iso-cuboid. */ Kernel::FT operator()(const Kernel::Iso_cuboid_3& r) const; - + /// @} }; /* end Kernel::ComputeZmax_3 */ /*! \ingroup PkgKernel23ConceptsFunctionObjects @@ -3513,7 +3520,7 @@ public: returns the smallest \f$ z\f$-coordinate of the iso-cuboid. */ Kernel::FT operator()(const Kernel::Iso_cuboid_3& r) const; - + /// @} }; /* end Kernel::ComputeZmin_3 */ /*! @@ -7122,7 +7129,7 @@ public: Kernel::Point_2 operator()(const Kernel::Weighted_point_2& p, const Kernel::Weighted_point_2& q, const Kernel::Weighted_point_2& s); - + /// @} }; /* end Kernel::ConstructWeightedCircumcenter_2 */ /*! @@ -7148,7 +7155,7 @@ public: const Kernel::Weighted_point_3& q, const Kernel::Weighted_point_3& r, const Kernel::Weighted_point_3& s); - + /// @} }; /* end Kernel::ConstructWeightedCircumcenter_3 */ /*! diff --git a/Mesh_3/doc/Mesh_3/CGAL/Implicit_to_labeling_function_wrapper.h b/Mesh_3/doc/Mesh_3/CGAL/Implicit_to_labeling_function_wrapper.h index 6446729e1c5..9a5b38be16d 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/Implicit_to_labeling_function_wrapper.h +++ b/Mesh_3/doc/Mesh_3/CGAL/Implicit_to_labeling_function_wrapper.h @@ -62,5 +62,5 @@ public: /// @} }; /* end Implicit_multi_domain_to_labeling_function_wrapper */ -/// @} + } /* end namespace CGAL */ diff --git a/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h b/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h index 973b625b171..ed8a025af55 100644 --- a/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h +++ b/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h @@ -840,6 +840,9 @@ public: template Curve_index insert_edge(InputIterator first, InputIterator end); /// @endcond + +/// @} + private: void compute_corners_incidences(); diff --git a/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_2.h b/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_2.h index ba27648360b..d5852ebc2b1 100644 --- a/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_2.h +++ b/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_2.h @@ -206,6 +206,7 @@ public: */ typedef Tds::difference_type difference_type; +/// @} /*! \name Handles, Iterators and Circulators @@ -956,11 +957,6 @@ public: /// \image html insert1.png "Insertion of a point on an edge." /// \anchor Triangulation_ref_Fig_insert2 /// \image html insert2.png "Insertion in a face." -/// @{ - - - -/// @} /// \name /// \cgalAdvancedBegin diff --git a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h index a5062549d69..25990872224 100644 --- a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h +++ b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h @@ -58,5 +58,5 @@ public: }; /* end Implicit_to_labeled_subdomains_function_wrapper */ -/// @} + } /* end namespace CGAL */ diff --git a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_3.h b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_3.h index 799fdbc556b..3bb1bb28506 100644 --- a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_3.h +++ b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_3.h @@ -633,6 +633,8 @@ A translation in accordance with `offset` is applied on the point-offet pairs. */ Periodic_tetrahedron periodic_tetrahedron(const Cell_handle c, Offset offset) const; +/// @} + /// \name /// \warning The following functions were renamed with %CGAL 4.11 to clarify /// that they return geometric objects with inner type `Point_3`. diff --git a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h index a9a82d642b1..08a10fe2fb8 100644 --- a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h +++ b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_Delaunay_triangulation_3.h @@ -65,10 +65,10 @@ public: typedef Periodic_3_triangulation_3 Base; public: - /** @name Template parameter types */ //@{ + /** @name Template parameter types */ typedef Gt Geometric_traits; typedef Tds Triangulation_data_structure; - //@} + ///Compatibility typedef: typedef Geometric_traits Geom_traits; @@ -115,7 +115,6 @@ public: typedef typename Base::Covering_sheets Covering_sheets; typedef typename Base::Periodic_segment_iterator Periodic_segment_iterator; typedef typename Base::Periodic_tetrahedron_iterator Periodic_tetrahedron_iterator; - //@} //Tag to distinguish Delaunay from Regular triangulations typedef Tag_false Weighted_tag; @@ -221,7 +220,7 @@ private: }; public: - /** @name Creation */ //@{ + /** @name Creation */ Periodic_3_Delaunay_triangulation_3(const Iso_cuboid& domain = Iso_cuboid(0,0,0,1,1,1), const Geometric_traits& gt = Geometric_traits()) : Base(domain, gt), too_long_edge_counter(0) @@ -322,7 +321,6 @@ public: } } } - //@} void create_initial_triangulation() { @@ -473,7 +471,7 @@ public: return false; } - /** @name Insertion */ //@{ + /** @name Insertion */ Vertex_handle insert(const Point& p, Cell_handle start = Cell_handle()) { Conflict_tester tester(p, this); @@ -547,17 +545,16 @@ public: return number_of_vertices() - n; } - //@} - /** @name Point moving */ //@{ + /** @name Point moving */ // @todo should be deprecated and a function move() should be introduced // see what is done in /Triangulation_3 // Also need to introduce move() for periodic regular triangulations Vertex_handle move_point(Vertex_handle v, const Point& p); - //@} + public: - /** @name Removal */ //@{ + /** @name Removal */ void remove(Vertex_handle v); // Undocumented function that tries to remove 'v' but only does so if removal @@ -575,10 +572,9 @@ public: } return n - number_of_vertices(); } - //@} public: - /** @name Wrapping the traits */ //@{ + /** @name Wrapping the traits */ Oriented_side side_of_oriented_sphere(const Point& p, const Point& q, const Point& r, const Point& s, const Point& t) const { @@ -603,19 +599,17 @@ public: const Offset& o_r) const { return geom_traits().compare_distance_3_object()(p, q, r, o_p, o_q, o_r); } - //@} private: - /** @name Query helpers */ //@{ + /** @name Query helpers */ Bounded_side _side_of_sphere(const Cell_handle& c, const Point& p, const Offset & offset = Offset(), bool perturb = false) const; Offset get_min_dist_offset(const Point& p, const Offset& o, const Vertex_handle vh) const; - //@} public: - /** @name Queries */ //@{ + /** @name Queries */ Bounded_side side_of_sphere(const Cell_handle& c, const Point& p, const Offset & offset = Offset(), bool perturb = false) const{ Bounded_side bs = ON_UNBOUNDED_SIDE; @@ -666,10 +660,9 @@ public: bool is_Gabriel(const Edge& e) const { return is_Gabriel(e.first, e.second, e.third); } - //@} private: - /** @name Voronoi diagram helpers */ //@{ + /** @name Voronoi diagram helpers */ bool is_canonical(const Periodic_segment &ps) const { if(number_of_sheets() == make_array(1,1,1)) return true; @@ -679,11 +672,9 @@ private: (std::min)(o0.z(),o1.z())); return (cumm_off == Offset(0,0,0)); } - //@} public: /** @name Geometric access functions */ - /// @{ Point point(const Periodic_point& pp) const { @@ -705,14 +696,13 @@ public: } // end of geometric functions - /// @} Periodic_point periodic_circumcenter(Cell_handle c) const { return Base::periodic_circumcenter(c, geom_traits().construct_circumcenter_3_object()); } public: - /** @name Voronoi diagram */ //@{ + /** @name Voronoi diagram */ // cell dual Point dual(Cell_handle c) const { return Base::construct_point(periodic_circumcenter(c).first); @@ -771,12 +761,10 @@ public: Point dual_centroid(Vertex_handle v) const { return Base::dual_centroid(v, geom_traits().construct_circumcenter_3_object()); } - //@} - /** @name Checking */ //@{ + /** @name Checking */ bool is_valid(bool verbose = false, int level = 0) const; bool is_valid(Cell_handle c, bool verbose = false, int level = 0) const; - //@} protected: // Protected, because inheritors(e.g. periodic triangulation for meshing) diff --git a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_regular_triangulation_3.h b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_regular_triangulation_3.h index 73f43e5c81d..0f91b01b068 100644 --- a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_regular_triangulation_3.h +++ b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_regular_triangulation_3.h @@ -229,7 +229,7 @@ public: }; public: - /** @name Creation */ //@{ + /** @name Creation */ Periodic_3_regular_triangulation_3(const Iso_cuboid& domain = Iso_cuboid(0, 0, 0, 1, 1, 1), const Geometric_traits& gt = Geometric_traits()) : Tr_Base(domain, gt) @@ -414,7 +414,7 @@ public: insert(*wpv_it++); } - /** @name Insertion */ //@{ + /** @name Insertion */ Vertex_handle insert(const Weighted_point& point, Cell_handle start = Cell_handle()) { @@ -543,7 +543,6 @@ public: return number_of_vertices() - n; } -//@} void remove(Vertex_handle v) { @@ -607,7 +606,7 @@ public: } public: - /** @name Wrapping the traits */ //@{ + /** @name Wrapping the traits */ bool less_power_distance (const Bare_point &p, const Weighted_point &q, const Weighted_point &r) const { return geom_traits().compare_power_distance_3_object()(p, q, r) == SMALLER; @@ -787,7 +786,6 @@ public: public: /** @name Geometric access functions */ - /// @{ // The following functions change the position of a vertex. // They do not check the validity of the mesh. void set_point(const Vertex_handle v, @@ -972,7 +970,6 @@ public: } // end of geometric functions - /// @} #define CGAL_INCLUDE_FROM_PERIODIC_3_REGULAR_TRIANGULATION_3_H #include @@ -1315,7 +1312,7 @@ public: geom_traits().construct_weighted_circumcenter_3_object()); } - /** @name Voronoi diagram */ //@{ + /** @name Voronoi diagram */ // cell dual Bare_point dual(Cell_handle c) const { return Tr_Base::construct_point(periodic_weighted_circumcenter(c).first); @@ -1377,7 +1374,6 @@ public: return Tr_Base::dual_centroid( v, geom_traits().construct_weighted_circumcenter_3_object()); } -//@} template std::pair diff --git a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h index 897569326dc..210909ea596 100644 --- a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h +++ b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h @@ -262,7 +262,7 @@ protected: Covering_sheets _cover; public: - /** @name Creation */ //@{ + /** @name Creation */ Periodic_3_triangulation_3(const Iso_cuboid& domain = Iso_cuboid(0,0,0, 1,1,1), const Geometric_traits& gt = Geometric_traits()) : _gt(gt), _tds() @@ -351,7 +351,7 @@ public: vit->clear_offset(); } - /** @name Assignment */ //@{ + /** @name Assignment */ Periodic_3_triangulation_3& operator=(Periodic_3_triangulation_3 tr) { swap(tr); @@ -381,7 +381,6 @@ public: _cover = CGAL::make_array(3,3,3); init_tds(); } - //@} private: /// Initializes the triangulation data structure @@ -392,7 +391,7 @@ private: } public: - /** @name Access functions */ //@{ + /** @name Access functions */ const Geometric_traits& geom_traits() const { return _gt; } const TDS& tds() const { return _tds; } TDS& tds() { return _tds; } @@ -649,7 +648,6 @@ public: public: /** @name Geometric access functions */ - /// @{ // ************************************************************************* // -*-*-*-*-*-*-*-*-*-*-*-*-*-* POINT -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* @@ -981,10 +979,9 @@ public: } // end of geometric functions - /// @} public: - /** @name Queries */ //@{ + /** @name Queries */ bool is_vertex(const Point& p, Vertex_handle& v) const; bool is_vertex(Vertex_handle v) const { @@ -1113,7 +1110,6 @@ public: bool are_equal(const Facet& f, Cell_handle n, int j) const { return _tds.are_equal(f.first, f.second, n, j); } - //@} #ifdef CGAL_NO_STRUCTURAL_FILTERING Cell_handle @@ -1222,16 +1218,15 @@ public: #endif // no CGAL_NO_STRUCTURAL_FILTERING protected: - /** @name Location helpers */ //@{ + /** @name Location helpers */ // Cell_handle periodic_locate(const Point& p, const Offset& o_p, // Locate_type& lt, int& li, int& lj, Cell_handle start) const; Bounded_side side_of_cell(const Point& p, const Offset& off, Cell_handle c, Locate_type& lt, int& i, int& j) const; - //@} public: - /** @name Point Location */ //@{ + /** @name Point Location */ /** Wrapper function for locate if only the request point is given. */ Cell_handle locate(const Point& p, Cell_handle start = Cell_handle()) const @@ -1280,10 +1275,9 @@ public: } return side_of_cell(p,Offset(),c,lt,i,j); } - //@} private: - /** @name Insertion helpers */ //@{ + /** @name Insertion helpers */ template < class Conflict_tester, class Point_hider, class CoverManager > Vertex_handle periodic_insert(const Point& p, const Offset& o, Locate_type lt, Cell_handle c, const Conflict_tester& tester, @@ -1328,7 +1322,6 @@ protected: Triple it) const; - //@} protected: @@ -1389,10 +1382,9 @@ protected: } return double_vertices; } - //@} private: - /** @name Removal helpers */ //@{ + /** @name Removal helpers */ Vertex_triple make_vertex_triple(const Facet& f) const { Cell_handle ch = f.first; @@ -1406,17 +1398,15 @@ private: void make_hole(Vertex_handle v, std::map& outer_map, std::vector& hole); - //@} protected: - /** @name Removal */ //@{ + /** @name Removal */ template < class PointRemover, class CoverManager > bool periodic_remove(Vertex_handle v, PointRemover& remover, CoverManager& cover_manager, const bool abort_if_cover_change = false); template < class PointRemover, class CT, class CoverManager > void remove(Vertex_handle v, PointRemover& remover, CT& ct, CoverManager& cover_manager); - //@} void delete_vertex(Vertex_handle vertex_handle) { @@ -1446,7 +1436,7 @@ protected: } public: - /** @name Traversal */ //@{ + /** @name Traversal */ Cell_iterator cells_begin() const { return _tds.cells_begin(); } @@ -1656,10 +1646,9 @@ public: Facet mirror_facet(Facet f) const { return _tds.mirror_facet(f); } - //@} private: - /** @name Checking helpers */ //@{ + /** @name Checking helpers */ /// calls has_self_edges for every cell of the triangulation bool has_self_edges() const { @@ -1670,10 +1659,9 @@ private: } bool has_self_edges(Cell_handle c) const; - //@} public: - /** @name Checking */ //@{ + /** @name Checking */ bool is_valid(bool verbose = false, int level = 0) const; bool is_valid(Cell_handle c, bool verbose = false, int level = 0) const; @@ -1681,7 +1669,6 @@ protected: template bool is_valid_conflict(ConflictTester& tester, bool verbose = false, int level = 0) const; - //@} public: /** @name Functors */ @@ -1769,12 +1756,11 @@ public: } protected: - /** @name Friends */ //@{ + /** @name Friends */ friend std::istream& operator>> <> (std::istream& is, Periodic_3_triangulation_3& tr); friend std::ostream& operator<< <> (std::ostream& os, const Periodic_3_triangulation_3& tr); - //@} protected: template diff --git a/Point_set_3/include/CGAL/Point_set_3.h b/Point_set_3/include/CGAL/Point_set_3.h index 931f3b8c646..3d0f73ce92c 100644 --- a/Point_set_3/include/CGAL/Point_set_3.h +++ b/Point_set_3/include/CGAL/Point_set_3.h @@ -1029,7 +1029,8 @@ public: return this->range (m_normals); } - + /// @} + /*! \name Push Property Maps and Inserters (Advanced) diff --git a/Polygon/include/CGAL/Polygon_2.h b/Polygon/include/CGAL/Polygon_2.h index 9bf1e438eef..37cfec28642 100644 --- a/Polygon/include/CGAL/Polygon_2.h +++ b/Polygon/include/CGAL/Polygon_2.h @@ -526,7 +526,7 @@ class Polygon_2 { Traits_P traits; }; -/// @} // polygon_2 +} // CGAL /// \name Global Operators /// @{ diff --git a/STL_Extension/doc/STL_Extension/CGAL/Compact_container.h b/STL_Extension/doc/STL_Extension/CGAL/Compact_container.h index f43daacc0bd..a4d4d902bb8 100644 --- a/STL_Extension/doc/STL_Extension/CGAL/Compact_container.h +++ b/STL_Extension/doc/STL_Extension/CGAL/Compact_container.h @@ -507,7 +507,7 @@ returns the total number of elements that `cc` can hold without requiring reallocation. */ size_type capacity() const; - +/// @} /// \name Access Member Functions /// @{ diff --git a/STL_Extension/doc/STL_Extension/CGAL/Uncertain.h b/STL_Extension/doc/STL_Extension/CGAL/Uncertain.h index 1a633d0dd39..4b425996d5f 100644 --- a/STL_Extension/doc/STL_Extension/CGAL/Uncertain.h +++ b/STL_Extension/doc/STL_Extension/CGAL/Uncertain.h @@ -251,6 +251,8 @@ returns `v != u`. template Uncertain operator!=(T u, Uncertain v); +/// @} + /*! \name Overloaded Operators for Uncertain diff --git a/STL_Extension/doc/STL_Extension/CGAL/function_objects.h b/STL_Extension/doc/STL_Extension/CGAL/function_objects.h index 7a3ebbc4d5b..6ac576d80d6 100644 --- a/STL_Extension/doc/STL_Extension/CGAL/function_objects.h +++ b/STL_Extension/doc/STL_Extension/CGAL/function_objects.h @@ -1174,8 +1174,7 @@ typedef Value argument_type; /*! */ -typedef Value result_type; -/// @} +typedef Value result_type; /// \name Creation /// @{ diff --git a/STL_Extension/include/CGAL/Multiset.h b/STL_Extension/include/CGAL/Multiset.h index 8929ebc3c26..0aa309edd74 100644 --- a/STL_Extension/include/CGAL/Multiset.h +++ b/STL_Extension/include/CGAL/Multiset.h @@ -739,7 +739,6 @@ public: */ iterator insert_before (iterator position, const Type& object); - //@} /// \name Erasing functions. //@{ diff --git a/STL_Extension/include/CGAL/exceptions.h b/STL_Extension/include/CGAL/exceptions.h index b07c0c50267..586c3972fc4 100644 --- a/STL_Extension/include/CGAL/exceptions.h +++ b/STL_Extension/include/CGAL/exceptions.h @@ -73,7 +73,6 @@ namespace CGAL { \c CGAL_error_msg for an unconditional error message that cannot be disabled with macros. */ -//@{ // Failure types and exceptions // ============================ diff --git a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_2.h b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_2.h index 88f940e398f..90175a8a7de 100644 --- a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_2.h +++ b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_2.h @@ -352,6 +352,7 @@ Past-the-end iterator. Finite_faces_iterator finite_faces_end() const; +/// @} /// \name Infinite Face, Edge, and Vertex Iterators /// The following iterators allow respectively to visit all (both diff --git a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_traits_2.h b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_traits_2.h index ec45c0ff065..21173b02990 100644 --- a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_traits_2.h +++ b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_traits_2.h @@ -119,6 +119,8 @@ struct Segment_Delaunay_graph_traits_without_intersections_2 { */ typedef CGAL::Tag_false Intersections_tag; +/// @} + /// \name Additional Types /// The `Segment_Delaunay_graph_traits_without_intersections_2` class /// introduces a few additional types with respect to the diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_2.h index 319b22e6240..ced29f16ed1 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_2.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_2.h @@ -22,8 +22,6 @@ All its methods are empty. template< typename Ss > struct Dummy_straight_skeleton_builder_2_visitor { -/// @} - }; /* end Dummy_straight_skeleton_builder_2_visitor */ /*! diff --git a/Straight_skeleton_2/include/CGAL/IO/Dxf_stream.h b/Straight_skeleton_2/include/CGAL/IO/Dxf_stream.h index 86fa9b55da1..a280092864a 100644 --- a/Straight_skeleton_2/include/CGAL/IO/Dxf_stream.h +++ b/Straight_skeleton_2/include/CGAL/IO/Dxf_stream.h @@ -147,6 +147,8 @@ public: */ int default_dxf_color () const { return mDefaultDxfColor ; } + // @} + /// \name Set the drawing properties. //@{ @@ -255,6 +257,7 @@ public: mWriter.add_polyline_2( pgn.begin(), pgn.end(), true, mLayer, mDxfColor ) ; } + //@} /// \name Setting the draw properties via the << operator. //@{ @@ -277,6 +280,7 @@ public: return (*this); } + //@} /// \name Drawing objects via the << operator. //@{ diff --git a/Stream_support/include/CGAL/IO/Color.h b/Stream_support/include/CGAL/IO/Color.h index 77711dc1ef6..34862a2b2e7 100644 --- a/Stream_support/include/CGAL/IO/Color.h +++ b/Stream_support/include/CGAL/IO/Color.h @@ -209,7 +209,7 @@ public: return make_array(H,S,V); } - + /// @} /// \name Modification /// @{ diff --git a/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_masks_3.h b/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_masks_3.h index fb4ddfae434..89f5993f383 100644 --- a/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_masks_3.h +++ b/Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_masks_3.h @@ -513,6 +513,7 @@ public: } pt = CGAL::ORIGIN + cv; } +/// @} }; // ====================================================================== @@ -618,6 +619,7 @@ public: ept2 = CGAL::ORIGIN + denom * ( 10.*sv + 16.*tv + next_tv ); vpt = CGAL::ORIGIN + 1./27. * ( 4*prev_sv + 19*sv + 4*tv ); } +/// @} }; } // namespace CGAL diff --git a/Surface_mesh_approximation/doc/Surface_mesh_approximation/Concepts/ErrorMetricProxy.h b/Surface_mesh_approximation/doc/Surface_mesh_approximation/Concepts/ErrorMetricProxy.h index f6fb0863470..f84b271c289 100644 --- a/Surface_mesh_approximation/doc/Surface_mesh_approximation/Concepts/ErrorMetricProxy.h +++ b/Surface_mesh_approximation/doc/Surface_mesh_approximation/Concepts/ErrorMetricProxy.h @@ -35,6 +35,6 @@ public: template Proxy fit_proxy(const FaceRange &faces, const Triangle_mesh &tm) const; - /// } + /// @} }; diff --git a/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathVisitor.h b/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathVisitor.h index 838dabad0da..bd2d547ce33 100644 --- a/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathVisitor.h +++ b/Surface_mesh_shortest_path/doc/Surface_mesh_shortest_path/Concepts/SurfaceMeshShortestPathVisitor.h @@ -48,4 +48,6 @@ public: \param location the barycentric coordinates inside `face` of this point on the path. */ void operator()(face_descriptor face, Barycentric_coordinates location); + +///@} }; diff --git a/Surface_mesher/doc/Surface_mesher/CGAL/Gray_level_image_3.h b/Surface_mesher/doc/Surface_mesher/CGAL/Gray_level_image_3.h index 88b612730c9..b75aaa623a3 100644 --- a/Surface_mesher/doc/Surface_mesher/CGAL/Gray_level_image_3.h +++ b/Surface_mesher/doc/Surface_mesher/CGAL/Gray_level_image_3.h @@ -74,6 +74,6 @@ Gray_level_image_3(const char* filename, FT iso_value); /*! Returns the sign of \f$ f(p)\f$ - `iso_value`. */ FT operator(const Point& p) const; -/// @ +/// @} }; /* end Gray_level_image_3 */ } /* end namespace CGAL */ diff --git a/Surface_mesher/doc/Surface_mesher/CGAL/make_surface_mesh.h b/Surface_mesher/doc/Surface_mesher/CGAL/make_surface_mesh.h index 6b99414f37d..d444663c636 100644 --- a/Surface_mesher/doc/Surface_mesher/CGAL/make_surface_mesh.h +++ b/Surface_mesher/doc/Surface_mesher/CGAL/make_surface_mesh.h @@ -156,8 +156,6 @@ without boundary. struct Manifold_tag { -/// @} - }; /* end Manifold_tag */ } /* end namespace CGAL */ @@ -181,8 +179,6 @@ but it may have boundaries. struct Manifold_with_boundary_tag { -/// @} - }; /* end Manifold_with_boundary_tag */ } /* end namespace CGAL */ @@ -208,7 +204,5 @@ appropriate meshing criteria. struct Non_manifold_tag { -/// @} - }; /* end Non_manifold_tag */ } /* end namespace CGAL */ diff --git a/TDS_3/doc/TDS_3/Concepts/TriangulationDataStructure_3.h b/TDS_3/doc/TDS_3/Concepts/TriangulationDataStructure_3.h index ee82122c9d9..175a64c4e20 100644 --- a/TDS_3/doc/TDS_3/Concepts/TriangulationDataStructure_3.h +++ b/TDS_3/doc/TDS_3/Concepts/TriangulationDataStructure_3.h @@ -386,7 +386,7 @@ and `l` of the vertices `u`, `v`, `w` and `t` in */ bool is_cell(Vertex_handle u, Vertex_handle v, Vertex_handle w, Vertex_handle t, Cell_handle & c, int & i, int & j, int & k, int & l) const; - +/// @} /// \name has_vertex /// There is a method `has_vertex` in the cell class. The analogous methods for facets are defined here. /// @{ diff --git a/Triangulation_2/doc/Triangulation_2/Concepts/ConstrainedTriangulationTraits_2.h b/Triangulation_2/doc/Triangulation_2/Concepts/ConstrainedTriangulationTraits_2.h index dd235e31e37..4d871fe8008 100644 --- a/Triangulation_2/doc/Triangulation_2/Concepts/ConstrainedTriangulationTraits_2.h +++ b/Triangulation_2/doc/Triangulation_2/Concepts/ConstrainedTriangulationTraits_2.h @@ -44,6 +44,8 @@ Returns the intersection of `s1` and `s2`. */ typedef unspecified_type Intersect_2; +///@} + /// \name Types required with Exact_predicates_tag /// When the constrained triangulation is instantiated with the intersection tag `CGAL::Exact_predicates_tag`, the used algorithm needs to be able to compare some distances between points and lines and the following types are further required. /// @{ diff --git a/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h b/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h index 6de07317bde..1d9df171e6b 100644 --- a/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h +++ b/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h @@ -997,7 +997,7 @@ be inserted is already known. They are also guaranteed to lead to a valid triangulation when they are applied on a valid triangulation. */ -// @{ +/// @{ /*! Inserts the point `p` in the cell `c`. The cell `c` is split into 4 tetrahedra. @@ -1556,8 +1556,6 @@ ostream& operator<< (ostream& os, const Triangulation_3 &t); /// @} -/// @} - /// \name Concurrency /// @{ From 43d6cbec065aac88ff3426a846b4707fbca11495 Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Mon, 8 Jul 2019 10:09:42 +0200 Subject: [PATCH 2/3] Fix wrong simplification Co-Authored-By: Maxime GIMENO --- Polygon/include/CGAL/Polygon_2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Polygon/include/CGAL/Polygon_2.h b/Polygon/include/CGAL/Polygon_2.h index 37cfec28642..5758e094270 100644 --- a/Polygon/include/CGAL/Polygon_2.h +++ b/Polygon/include/CGAL/Polygon_2.h @@ -526,7 +526,6 @@ class Polygon_2 { Traits_P traits; }; -} // CGAL /// \name Global Operators /// @{ From fbafb9d06f612615f82667ca2ac7d3da02ddfb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 10 Jul 2019 11:40:45 +0200 Subject: [PATCH 3/3] fix remaining mismatches and fix bugs --- .../doc/Algebraic_foundations/CGAL/Fraction_traits.h | 2 -- .../doc/Algebraic_foundations/Concepts/EuclideanRing.h | 2 -- .../Concepts/ExplicitInteroperable.h | 2 -- .../Algebraic_foundations/Concepts/FieldWithRootOf.h | 2 -- .../doc/Algebraic_foundations/Concepts/FieldWithSqrt.h | 2 -- .../doc/Algebraic_foundations/Concepts/Fraction.h | 2 -- .../Concepts/ImplicitInteroperable.h | 2 -- .../Algebraic_foundations/Concepts/IntegralDomain.h | 2 -- .../Algebraic_foundations/Concepts/RingNumberType.h | 2 -- .../Concepts/UniqueFactorizationDomain.h | 2 -- .../doc/Alpha_shapes_2/CGAL/Alpha_shape_face_base_2.h | 2 -- .../Alpha_shapes_2/CGAL/Alpha_shape_vertex_base_2.h | 2 -- .../Alpha_shapes_3/CGAL/Alpha_shape_vertex_base_3.h | 1 - .../CGAL/Fixed_alpha_shape_cell_base_3.h | 2 -- .../CGAL/Fixed_alpha_shape_vertex_base_3.h | 2 -- .../CGAL/Arr_Bezier_curve_traits_2.h | 4 ++-- .../CGAL/Arr_circle_segment_traits_2.h | 2 +- .../CGAL/Arr_circular_arc_traits_2.h | 2 -- .../CGAL/Arr_circular_line_arc_traits_2.h | 2 -- .../Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h | 2 +- .../CGAL/Arr_default_overlay_traits.h | 4 ---- .../CGAL/Arr_landmarks_point_location.h | 2 -- .../CGAL/Arr_line_arc_traits_2.h | 2 -- .../CGAL/Arr_linear_traits_2.h | 2 +- .../CGAL/Arr_naive_point_location.h | 2 -- .../CGAL/Arr_non_caching_segment_basic_traits_2.h | 2 -- .../CGAL/Arr_non_caching_segment_traits_2.h | 2 -- .../CGAL/Arr_segment_traits_2.h | 2 -- .../doc/Arrangement_on_surface_2/CGAL/Arr_tags.h | 4 ---- .../CGAL/Arr_walk_along_line_point_location.h | 2 -- .../CGAL/IO/Arr_text_formatter.h | 6 ------ .../CGAL/IO/Arr_with_history_text_formatter.h | 2 -- .../Concepts/ArrTraits--Curve_2.h | 2 -- .../Concepts/ArrTraits--Point_2.h | 2 -- .../Concepts/ArrTraits--XMonotoneCurve_2.h | 2 -- BGL/doc/BGL/CGAL/Linear_cell_complex_bgl_min_items.h | 2 -- .../CGAL/Gps_circle_segment_traits_2.h | 2 -- .../doc/Boolean_set_operations_2/CGAL/Gps_traits_2.h | 2 -- .../doc/Boolean_set_operations_2/CGAL/Polygon_set_2.h | 2 -- .../Concepts/GpsTraitsGeneralPolygonWithHoles_2.h | 2 -- .../Concepts/GpsTraitsGeneralPolygon_2.h | 2 -- .../CGAL/Algebraic_kernel_for_circles_2_2.h | 2 -- .../Circular_kernel_2/CGAL/Exact_circular_kernel_2.h | 2 -- .../doc/Circular_kernel_2/CGAL/Polynomials_1_2.h | 2 -- .../doc/Circular_kernel_2/CGAL/Polynomials_2_2.h | 2 -- .../doc/Circular_kernel_2/CGAL/Root_for_circles_2_2.h | 2 -- .../AlgebraicKernelForCircles--Polynomial_1_2.h | 2 -- .../Concepts/CircularKernel--CircularArcPoint_2.h | 2 -- .../CGAL/Algebraic_kernel_for_spheres_2_3.h | 2 -- .../Circular_kernel_3/CGAL/Exact_spherical_kernel_3.h | 2 -- .../doc/Circular_kernel_3/CGAL/Polynomials_1_3.h | 2 -- .../doc/Circular_kernel_3/CGAL/Polynomials_2_3.h | 2 -- .../Circular_kernel_3/CGAL/Polynomials_for_line_3.h | 2 -- .../doc/Circular_kernel_3/CGAL/Root_for_spheres_2_3.h | 2 -- .../AlgebraicKernelForSpheres--Polynomial_1_3.h | 2 -- ...lgebraicKernelForSpheres--PolynomialsForCircles_3.h | 2 -- .../AlgebraicKernelForSpheres--PolynomialsForLines_3.h | 2 -- .../Concepts/SphericalKernel--LineArc_3.h | 2 -- .../CGAL/Combinatorial_map_min_items.h | 2 -- .../doc/Combinatorial_map/CGAL/Generic_map_min_items.h | 2 -- .../Convex_hull_d/CGAL/Convex_hull_d_to_polyhedron_3.h | 2 -- Envelope_2/doc/Envelope_2/CGAL/Envelope_diagram_1.h | 2 -- Envelope_3/doc/Envelope_3/CGAL/Env_plane_traits_3.h | 2 -- Envelope_3/doc/Envelope_3/CGAL/Env_triangle_traits_3.h | 2 -- Generator/doc/Generator/CGAL/Combination_enumerator.h | 7 ++----- HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_items_2.h | 2 -- HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_min_items.h | 2 -- .../CGAL/Exact_predicates_exact_constructions_kernel.h | 2 -- ...edicates_exact_constructions_kernel_with_kth_root.h | 2 -- ...redicates_exact_constructions_kernel_with_root_of.h | 2 -- ...t_predicates_exact_constructions_kernel_with_sqrt.h | 2 -- .../Exact_predicates_inexact_constructions_kernel.h | 2 -- Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h | 10 ---------- Kernel_d/doc/Kernel_d/CGAL/Cartesian_d.h | 2 -- Kernel_d/doc/Kernel_d/CGAL/Homogeneous_d.h | 2 -- Kernel_d/doc/Kernel_d/CGAL/Linear_algebraCd.h | 2 -- Kernel_d/doc/Kernel_d/CGAL/Linear_algebraHd.h | 2 -- .../Concepts/Kernel--CartesianConstIterator_d.h | 2 -- .../CGAL/Linear_cell_complex_min_items.h | 2 -- .../Concepts/LinearCellComplexItems.h | 2 -- Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_face_base_2.h | 2 -- Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_vertex_base_2.h | 2 -- Mesh_3/doc/Mesh_3/CGAL/Compact_mesh_cell_base_3.h | 2 -- Mesh_3/doc/Mesh_3/CGAL/Mesh_cell_base_3.h | 2 -- Mesh_3/doc/Mesh_3/CGAL/Mesh_vertex_base_3.h | 2 -- .../CGAL/Polygon_convex_decomposition_2.h | 6 ------ .../doc/Modular_arithmetic/CGAL/Modular_traits.h | 2 -- .../doc/Modular_arithmetic/Concepts/Modularizable.h | 2 -- Number_types/doc/Number_types/CGAL/FPU.h | 4 ++-- Number_types/doc/Number_types/CGAL/leda_bigfloat.h | 2 -- .../CGAL/Periodic_2_triangulation_face_base_2.h | 2 -- .../CGAL/Periodic_2_triangulation_vertex_base_2.h | 2 -- .../Concepts/Periodic_3MeshDomainWithFeatures_3.h | 2 -- .../Concepts/Periodic_3MeshDomain_3.h | 2 -- .../CGAL/Periodic_3_offset_3.h | 2 -- .../CGAL/Periodic_3_triangulation_ds_cell_base_3.h | 2 -- .../CGAL/Periodic_3_triangulation_ds_vertex_base_3.h | 2 -- .../CGAL/Periodic_3_triangulation_hierarchy_3.h | 2 -- Polynomial/doc/Polynomial/CGAL/Polynomial_traits_d.h | 2 -- QP_solver/doc/QP_solver/Concepts/MPSFormat.h | 2 -- .../doc/SearchStructures/Concepts/Sublayer.h | 2 -- .../Segment_Delaunay_graph_hierarchy_vertex_base_2.h | 2 -- .../CGAL/Segment_Delaunay_graph_vertex_base_2.h | 2 -- .../doc/Skin_surface_3/CGAL/Skin_surface_3.h | 2 -- .../doc/Skin_surface_3/CGAL/Skin_surface_traits_3.h | 2 -- .../doc/Skin_surface_3/CGAL/Union_of_balls_3.h | 2 -- .../doc/Snap_rounding_2/CGAL/Snap_rounding_traits_2.h | 2 -- .../CGAL/Polygon_offset_builder_traits_2.h | 2 -- .../doc/Straight_skeleton_2/CGAL/Straight_skeleton_2.h | 2 -- .../CGAL/Straight_skeleton_builder_traits_2.h | 2 -- .../CGAL/Straight_skeleton_face_base_2.h | 2 -- .../CGAL/Straight_skeleton_halfedge_base_2.h | 2 -- .../CGAL/Straight_skeleton_vertex_base_2.h | 2 -- Surface_mesh/include/CGAL/Surface_mesh/IO.h | 1 - .../Edge_collapse_visitor_base.h | 2 -- .../Policies/Edge_collapse/Edge_profile.h | 2 -- .../doc/Surface_mesher/CGAL/Surface_mesh_cell_base_3.h | 2 -- .../CGAL/Surface_mesh_complex_2_in_triangulation_3.h | 2 -- .../CGAL/Surface_mesh_default_triangulation_3.h | 2 -- .../Surface_mesher/CGAL/Surface_mesh_vertex_base_3.h | 2 -- TDS_2/doc/TDS_2/CGAL/Triangulation_ds_face_base_2.h | 2 -- TDS_2/doc/TDS_2/CGAL/Triangulation_ds_vertex_base_2.h | 2 -- TDS_3/doc/TDS_3/CGAL/Triangulation_ds_cell_base_3.h | 2 -- .../CGAL/Constrained_triangulation_face_base_2.h | 2 -- .../CGAL/Regular_triangulation_face_base_2.h | 2 -- .../Triangulation_2/CGAL/Triangulation_face_base_2.h | 2 -- .../Triangulation_2/CGAL/Triangulation_hierarchy_2.h | 4 ---- .../Triangulation_3/CGAL/Triangulation_cell_base_3.h | 2 -- 128 files changed, 9 insertions(+), 276 deletions(-) diff --git a/Algebraic_foundations/doc/Algebraic_foundations/CGAL/Fraction_traits.h b/Algebraic_foundations/doc/Algebraic_foundations/CGAL/Fraction_traits.h index 5888f705f3f..1e168ca3e0f 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/CGAL/Fraction_traits.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/CGAL/Fraction_traits.h @@ -13,7 +13,5 @@ template< typename T > class Fraction_traits { public: -/// @} - }; /* end Fraction_traits */ } /* end namespace CGAL */ diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/EuclideanRing.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/EuclideanRing.h index d970d13809d..764d96fb35d 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/EuclideanRing.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/EuclideanRing.h @@ -42,7 +42,5 @@ the smallest positive remainder \f$ r\f$. class EuclideanRing { public: -/// @} - }; /* end EuclideanRing */ diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/ExplicitInteroperable.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/ExplicitInteroperable.h index d38989655ee..40f4e1b9c2a 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/ExplicitInteroperable.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/ExplicitInteroperable.h @@ -26,7 +26,5 @@ This is also the case for the respective global functions. class ExplicitInteroperable { public: -/// @} - }; /* end ExplicitInteroperable */ diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/FieldWithRootOf.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/FieldWithRootOf.h index 0d30abac98e..ded7cd06000 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/FieldWithRootOf.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/FieldWithRootOf.h @@ -28,7 +28,5 @@ Moreover, `CGAL::Algebraic_structure_traits< FieldWithRootOf >` is a model of `A class FieldWithRootOf { public: -/// @} - }; /* end FieldWithRootOf */ diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/FieldWithSqrt.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/FieldWithSqrt.h index e0ce583e476..9dd745ff474 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/FieldWithSqrt.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/FieldWithSqrt.h @@ -27,7 +27,5 @@ Moreover, `CGAL::Algebraic_structure_traits< FieldWithSqrt >` is a model of `Alg class FieldWithSqrt { public: -/// @} - }; /* end FieldWithSqrt */ diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/Fraction.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/Fraction.h index 98e489c04fa..10f3a5c6951 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/Fraction.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/Fraction.h @@ -16,7 +16,5 @@ denominator type are provided by `CGAL::Fraction_traits`. class Fraction { public: -/// @} - }; /* end Fraction */ diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/ImplicitInteroperable.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/ImplicitInteroperable.h index 92d4e0eac10..4e4854347ec 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/ImplicitInteroperable.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/ImplicitInteroperable.h @@ -28,7 +28,5 @@ is `CGAL::Tag_true`. class ImplicitInteroperable { public: -/// @} - }; /* end ImplicitInteroperable */ diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/IntegralDomain.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/IntegralDomain.h index 1e3b98c1cbe..fc6c643605d 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/IntegralDomain.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/IntegralDomain.h @@ -33,7 +33,5 @@ Moreover, `CGAL::Algebraic_structure_traits< IntegralDomain >` is a model of class IntegralDomain { public: -/// @} - }; /* end IntegralDomain */ diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/RingNumberType.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/RingNumberType.h index e04320687ba..492eaa557df 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/RingNumberType.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/RingNumberType.h @@ -32,7 +32,5 @@ for Homogeneous kernels. class RingNumberType { public: -/// @} - }; /* end RingNumberType */ diff --git a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/UniqueFactorizationDomain.h b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/UniqueFactorizationDomain.h index c44baddea56..25a0d157228 100644 --- a/Algebraic_foundations/doc/Algebraic_foundations/Concepts/UniqueFactorizationDomain.h +++ b/Algebraic_foundations/doc/Algebraic_foundations/Concepts/UniqueFactorizationDomain.h @@ -40,7 +40,5 @@ derived from `CGAL::Unique_factorization_domain_tag` class UniqueFactorizationDomain { public: -/// @} - }; /* end UniqueFactorizationDomain */ diff --git a/Alpha_shapes_2/doc/Alpha_shapes_2/CGAL/Alpha_shape_face_base_2.h b/Alpha_shapes_2/doc/Alpha_shapes_2/CGAL/Alpha_shape_face_base_2.h index 7b94e488aeb..4252ec8dd4e 100644 --- a/Alpha_shapes_2/doc/Alpha_shapes_2/CGAL/Alpha_shape_face_base_2.h +++ b/Alpha_shapes_2/doc/Alpha_shapes_2/CGAL/Alpha_shape_face_base_2.h @@ -26,7 +26,5 @@ template< typename Traits, typename Fb, typename ExactAlphaComparisonTag > class Alpha_shape_face_base_2 : public Fb { public: -/// @} - }; /* end Alpha_shape_face_base_2 */ } /* end namespace CGAL */ diff --git a/Alpha_shapes_2/doc/Alpha_shapes_2/CGAL/Alpha_shape_vertex_base_2.h b/Alpha_shapes_2/doc/Alpha_shapes_2/CGAL/Alpha_shape_vertex_base_2.h index 755c8af5fb4..33543e47270 100644 --- a/Alpha_shapes_2/doc/Alpha_shapes_2/CGAL/Alpha_shape_vertex_base_2.h +++ b/Alpha_shapes_2/doc/Alpha_shapes_2/CGAL/Alpha_shape_vertex_base_2.h @@ -27,7 +27,5 @@ template< typename Traits, typename Vb, typename ExactAlphaComparisonTag > class Alpha_shape_vertex_base_2 : public Vb { public: -/// @} - }; /* end Alpha_shape_vertex_base_2 */ } /* end namespace CGAL */ diff --git a/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Alpha_shape_vertex_base_3.h b/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Alpha_shape_vertex_base_3.h index 146a941e218..0eda3621996 100644 --- a/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Alpha_shape_vertex_base_3.h +++ b/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Alpha_shape_vertex_base_3.h @@ -29,7 +29,6 @@ template< typename Traits, typename Vb, typename ExactAlphaComparisonTag, typena class Alpha_shape_vertex_base_3 : public Vb { public: -/// @} }; /* end Alpha_shape_vertex_base_3 */ } /* end namespace CGAL */ diff --git a/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Fixed_alpha_shape_cell_base_3.h b/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Fixed_alpha_shape_cell_base_3.h index ab50625bfd5..78364d4cbed 100644 --- a/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Fixed_alpha_shape_cell_base_3.h +++ b/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Fixed_alpha_shape_cell_base_3.h @@ -24,7 +24,5 @@ template< typename Traits, typename Cb > class Fixed_alpha_shape_cell_base_3 : public Cb { public: -/// @} - }; /* end Fixed_alpha_shape_cell_base_3 */ } /* end namespace CGAL */ diff --git a/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Fixed_alpha_shape_vertex_base_3.h b/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Fixed_alpha_shape_vertex_base_3.h index 5c132505980..a069afa0978 100644 --- a/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Fixed_alpha_shape_vertex_base_3.h +++ b/Alpha_shapes_3/doc/Alpha_shapes_3/CGAL/Fixed_alpha_shape_vertex_base_3.h @@ -24,7 +24,5 @@ template< typename Traits, typename Vb > class Fixed_alpha_shape_vertex_base_3 : public Vb { public: -/// @} - }; /* end Fixed_alpha_shape_vertex_base_3 */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_Bezier_curve_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_Bezier_curve_traits_2.h index c8c2d12a0bd..ccb6bc91e06 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_Bezier_curve_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_Bezier_curve_traits_2.h @@ -110,7 +110,7 @@ points. The value-type of `InputIterator` is `RatKernel::Point_2`. template Curve_2 (InputIterator pts_begin, InputIterator pts_end); -/// @} +/// @} /// \name Access Functions /// @{ @@ -282,7 +282,7 @@ std::pair parameter_range () const; }; /* end Arr_Bezier_curve_traits_2::X_monotone_curve_2 */ -Class Trim_2{ +class Trim_2{ public: /// \name Creation /// @{ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circle_segment_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circle_segment_traits_2.h index 73ff7279566..8801d750237 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circle_segment_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circle_segment_traits_2.h @@ -354,7 +354,7 @@ Bbox_2 bbox() const; }; /* end Arr_circle_segment_traits_2::X_monotone_curve_2 */ -Class Trim_2{ +class Trim_2{ public: /// \name Creation /// @{ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circular_arc_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circular_arc_traits_2.h index d09dacf22b0..f8b00a1cc10 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circular_arc_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circular_arc_traits_2.h @@ -15,7 +15,5 @@ template< typename CircularKernel > class Arr_circular_arc_traits_2 { public: -/// @} - }; /* end Arr_circular_arc_traits_2 */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circular_line_arc_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circular_line_arc_traits_2.h index 08c5e3efae8..586da53ba08 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circular_line_arc_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_circular_line_arc_traits_2.h @@ -19,7 +19,5 @@ template< typename CircularKernel > class Arr_circular_line_arc_traits_2 { public: -/// @} - }; /* end Arr_circular_line_arc_traits_2 */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h index 363da0bab1e..edc4262b5ca 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h @@ -385,7 +385,7 @@ const Point_2& right() const; }; /* end Arr_conic_traits_2::X_monotone_curve_2 */ -Class Trim_2{ +class Trim_2{ public: /// \name Creation /// @{ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_default_overlay_traits.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_default_overlay_traits.h index e18a545236c..1c07e6b2b79 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_default_overlay_traits.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_default_overlay_traits.h @@ -19,8 +19,6 @@ template< typename Arrangement > class Arr_default_overlay_traits { public: -/// @} - }; /* end Arr_default_overlay_traits */ } /* end namespace CGAL */ @@ -55,7 +53,5 @@ template< typename Arr_A, typename Arr_B, typename Arr_R, typename OvlFaceData > class Arr_face_overlay_traits { public: -/// @} - }; /* end Arr_face_overlay_traits */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_landmarks_point_location.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_landmarks_point_location.h index 95c33d975ab..a6d9e3ddbfb 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_landmarks_point_location.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_landmarks_point_location.h @@ -60,7 +60,5 @@ template< typename Arrangement, typename Generator > class Arr_landmarks_point_location { public: -/// @} - }; /* end Arr_landmarks_point_location */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_line_arc_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_line_arc_traits_2.h index 8dbf2b4fac5..67e4f64bcc5 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_line_arc_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_line_arc_traits_2.h @@ -15,7 +15,5 @@ template< typename CircularKernel > class Arr_line_arc_traits_2 { public: -/// @} - }; /* end Arr_line_arc_traits_2 */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h index 2847d6b5ae2..7be714de572 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h @@ -145,7 +145,7 @@ public: }; /* end Arr_linear_traits_2::Curve_2 */ -Class Trim_2{ +class Trim_2{ public: /// \name Creation /// @{ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_naive_point_location.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_naive_point_location.h index 4cb06ddf4a6..831a82d1317 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_naive_point_location.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_naive_point_location.h @@ -26,7 +26,5 @@ template< typename Arrangement > class Arr_naive_point_location { public: -/// @} - }; /* end Arr_naive_point_location */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_non_caching_segment_basic_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_non_caching_segment_basic_traits_2.h index 64dc43330f2..5b4ab3d833a 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_non_caching_segment_basic_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_non_caching_segment_basic_traits_2.h @@ -28,7 +28,5 @@ template< typename Kernel > class Arr_non_caching_segment_basic_traits_2 { public: -/// @} - }; /* end Arr_non_caching_segment_basic_traits_2 */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_non_caching_segment_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_non_caching_segment_traits_2.h index 2262120d70c..75866897f85 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_non_caching_segment_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_non_caching_segment_traits_2.h @@ -45,7 +45,5 @@ class Arr_non_caching_segment_traits_2 { public: -/// @} - }; /* end Arr_non_caching_segment_traits_2 */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_segment_traits_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_segment_traits_2.h index f085e4da39c..fcdb042077b 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_segment_traits_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_segment_traits_2.h @@ -64,8 +64,6 @@ template< typename Kernel > class Arr_segment_traits_2 { public: -/// @} - Class Trim_2{ public: /// \name Creation diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_tags.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_tags.h index 302a0fc6109..194ef8db56d 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_tags.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_tags.h @@ -18,8 +18,6 @@ arrangement. struct Arr_oblivious_side_tag { -/// @} - }; /* end Arr_oblivious_side_tag */ } /* end namespace CGAL */ @@ -45,7 +43,5 @@ functions based on type of curves that induce the arrangement. struct Arr_open_side_tag { -/// @} - }; /* end Arr_open_side_tag */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_walk_along_line_point_location.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_walk_along_line_point_location.h index 7add7e4718f..80f6e022fef 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_walk_along_line_point_location.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_walk_along_line_point_location.h @@ -36,7 +36,5 @@ template< typename Arrangement > class Arr_walk_along_line_point_location { public: -/// @} - }; /* end Arr_walk_along_line_point_location */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/IO/Arr_text_formatter.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/IO/Arr_text_formatter.h index 28dd3ecb888..1ac867b5ce2 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/IO/Arr_text_formatter.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/IO/Arr_text_formatter.h @@ -30,8 +30,6 @@ template< typename Arrangement > class Arr_extended_dcel_text_formatter { public: -/// @} - }; /* end Arr_extended_dcel_text_formatter */ } /* end namespace CGAL */ @@ -64,8 +62,6 @@ template< typename Arrangement > class Arr_face_extended_text_formatter { public: -/// @} - }; /* end Arr_face_extended_text_formatter */ } /* end namespace CGAL */ @@ -96,7 +92,5 @@ template< typename Arrangement > class Arr_text_formatter { public: -/// @} - }; /* end Arr_text_formatter */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/IO/Arr_with_history_text_formatter.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/IO/Arr_with_history_text_formatter.h index 8d6bef1eb55..2e004387049 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/IO/Arr_with_history_text_formatter.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/IO/Arr_with_history_text_formatter.h @@ -26,7 +26,5 @@ template< typename ArrFormatter > class Arr_with_history_text_formatter { public: -/// @} - }; /* end Arr_with_history_text_formatter */ } /* end namespace CGAL */ diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--Curve_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--Curve_2.h index 5677896e1d9..f1688c89744 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--Curve_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--Curve_2.h @@ -15,8 +15,6 @@ represents a general planar curve. class Curve_2 { public: -/// @} - }; /* end ArrTraits::Curve_2 */ } diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--Point_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--Point_2.h index 1da395e23fa..883e692b716 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--Point_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--Point_2.h @@ -16,8 +16,6 @@ Represents a point in the plane. class Point_2 { public: -/// @} - }; /* end ArrTraits::Point_2 */ } diff --git a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--XMonotoneCurve_2.h b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--XMonotoneCurve_2.h index c2d1919c061..f7ebd458941 100644 --- a/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--XMonotoneCurve_2.h +++ b/Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrTraits--XMonotoneCurve_2.h @@ -16,8 +16,6 @@ Represents a planar (weakly) \f$ x\f$-monotone curve. class XMonotoneCurve_2 { public: -/// @} - }; /* end ArrTraits::XMonotoneCurve_2 */ } diff --git a/BGL/doc/BGL/CGAL/Linear_cell_complex_bgl_min_items.h b/BGL/doc/BGL/CGAL/Linear_cell_complex_bgl_min_items.h index d340982eec0..0c9ab30a613 100644 --- a/BGL/doc/BGL/CGAL/Linear_cell_complex_bgl_min_items.h +++ b/BGL/doc/BGL/CGAL/Linear_cell_complex_bgl_min_items.h @@ -33,8 +33,6 @@ struct Linear_cell_complex_bgl_min_items */ struct Linear_cell_complex_bgl_min_items { -/// @} - }; /* end Linear_cell_complex_bgl_min_items */ } /* end namespace CGAL */ diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Gps_circle_segment_traits_2.h b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Gps_circle_segment_traits_2.h index 663c1d11a4c..e22be2b363f 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Gps_circle_segment_traits_2.h +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Gps_circle_segment_traits_2.h @@ -18,7 +18,5 @@ template< typename Kernel > class Gps_circle_segment_traits_2 { public: -/// @} - }; /* end Gps_circle_segment_traits_2 */ } /* end namespace CGAL */ diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Gps_traits_2.h b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Gps_traits_2.h index d5155423f8e..cebe22ad9ba 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Gps_traits_2.h +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Gps_traits_2.h @@ -20,7 +20,5 @@ template< typename ArrTraits, typename GeneralPolygon_t > class Gps_traits_2 { public: -/// @} - }; /* end Gps_traits_2 */ } /* end namespace CGAL */ diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Polygon_set_2.h b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Polygon_set_2.h index 3ed0e9cc728..ab96d0f3466 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Polygon_set_2.h +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Polygon_set_2.h @@ -26,7 +26,5 @@ template< typename Kernel, typename Container, typename Dcel > class Polygon_set_2 : public General_polygon_set_2 > { public: -/// @} - }; /* end Polygon_set_2 */ } /* end namespace CGAL */ diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Concepts/GpsTraitsGeneralPolygonWithHoles_2.h b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Concepts/GpsTraitsGeneralPolygonWithHoles_2.h index 15dc321e736..9a96a1d366c 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Concepts/GpsTraitsGeneralPolygonWithHoles_2.h +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Concepts/GpsTraitsGeneralPolygonWithHoles_2.h @@ -20,7 +20,5 @@ A model of this concept represents a general polygon with holes. class GpsTraitsGeneralPolygonWithHoles_2 { public: -/// @} - }; /* end GpsTraitsGeneralPolygonWithHoles_2 */ diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Concepts/GpsTraitsGeneralPolygon_2.h b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Concepts/GpsTraitsGeneralPolygon_2.h index 02082c9bbcf..98bf1ab16b2 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Concepts/GpsTraitsGeneralPolygon_2.h +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Concepts/GpsTraitsGeneralPolygon_2.h @@ -21,7 +21,5 @@ A model of this concept represents a simple general polygon. class GpsTraitsGeneralPolygon_2 { public: -/// @} - }; /* end GpsTraitsGeneralPolygon_2 */ diff --git a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Algebraic_kernel_for_circles_2_2.h b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Algebraic_kernel_for_circles_2_2.h index 7ec35c6d4ac..86598adf69d 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Algebraic_kernel_for_circles_2_2.h +++ b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Algebraic_kernel_for_circles_2_2.h @@ -10,7 +10,5 @@ namespace CGAL { template< typename RT > struct Algebraic_kernel_for_circles_2_2 { -/// @} - }; /* end Algebraic_kernel_for_circles_2_2 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Exact_circular_kernel_2.h b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Exact_circular_kernel_2.h index a17416845cd..d36cb524b37 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Exact_circular_kernel_2.h +++ b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Exact_circular_kernel_2.h @@ -17,7 +17,5 @@ geometric filtering (based on bounding boxes) to gain efficiency. class Exact_circular_kernel_2 { public: -/// @} - }; /* end Exact_circular_kernel_2 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Polynomials_1_2.h b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Polynomials_1_2.h index 681d45533c3..c7a3fb71072 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Polynomials_1_2.h +++ b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Polynomials_1_2.h @@ -11,7 +11,5 @@ template< typename RT > class Polynomial_1_2 { public: -/// @} - }; /* end Polynomial_1_2 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Polynomials_2_2.h b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Polynomials_2_2.h index bc2ed3fa3d9..80ff654207e 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Polynomials_2_2.h +++ b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Polynomials_2_2.h @@ -14,7 +14,5 @@ template< typename FT > class Polynomial_for_circles_2_2 { public: -/// @} - }; /* end Polynomial_for_circles_2_2 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Root_for_circles_2_2.h b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Root_for_circles_2_2.h index ed4d3280a6d..db7c4ed3a6a 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Root_for_circles_2_2.h +++ b/Circular_kernel_2/doc/Circular_kernel_2/CGAL/Root_for_circles_2_2.h @@ -11,7 +11,5 @@ template< typename FT > class Root_for_circles_2_2 { public: -/// @} - }; /* end Root_for_circles_2_2 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_2/doc/Circular_kernel_2/Concepts/AlgebraicKernelForCircles--Polynomial_1_2.h b/Circular_kernel_2/doc/Circular_kernel_2/Concepts/AlgebraicKernelForCircles--Polynomial_1_2.h index 2ecaa07f26e..8bee9e5b141 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/Concepts/AlgebraicKernelForCircles--Polynomial_1_2.h +++ b/Circular_kernel_2/doc/Circular_kernel_2/Concepts/AlgebraicKernelForCircles--Polynomial_1_2.h @@ -20,7 +20,5 @@ coefficients are of a type that is a model of the concept class AlgebraicKernelForCircles::Polynomial_1_2 { public: -/// @} - }; /* end AlgebraicKernelForCircles::Polynomial_1_2 */ diff --git a/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--CircularArcPoint_2.h b/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--CircularArcPoint_2.h index db495ad382f..ecbf433f6f6 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--CircularArcPoint_2.h +++ b/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--CircularArcPoint_2.h @@ -14,7 +14,5 @@ Concept for points on circles, circular arcs or line arcs. class CircularKernel::CircularArcPoint_2 { public: -/// @} - }; /* end CircularKernel::CircularArcPoint_2 */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Algebraic_kernel_for_spheres_2_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Algebraic_kernel_for_spheres_2_3.h index 55a6093a78e..db2aec890a4 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Algebraic_kernel_for_spheres_2_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Algebraic_kernel_for_spheres_2_3.h @@ -10,7 +10,5 @@ namespace CGAL { template< typename RT > struct Algebraic_kernel_for_spheres_2_3 { -/// @} - }; /* end Algebraic_kernel_for_spheres_2_3 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Exact_spherical_kernel_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Exact_spherical_kernel_3.h index 00159f6b404..b222ec928dc 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Exact_spherical_kernel_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Exact_spherical_kernel_3.h @@ -16,7 +16,5 @@ It defines the same types as `CGAL::Spherical_kernel_3`. class Exact_spherical_kernel_3 { public: -/// @} - }; /* end Exact_spherical_kernel_3 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_1_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_1_3.h index 025200ba4c1..df3532cedfc 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_1_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_1_3.h @@ -11,7 +11,5 @@ template< typename RT > class Polynomial_1_3 { public: -/// @} - }; /* end Polynomial_1_3 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_2_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_2_3.h index 5adf730a43a..6084f63779d 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_2_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_2_3.h @@ -13,7 +13,5 @@ template< typename FT > class Polynomial_for_spheres_2_3 { public: -/// @} - }; /* end Polynomial_for_spheres_2_3 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_for_line_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_for_line_3.h index 3a8ad778710..9c51a9e834a 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_for_line_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Polynomials_for_line_3.h @@ -13,7 +13,5 @@ template< typename FT > class Polynomials_for_lines_3 { public: -/// @} - }; /* end Polynomials_for_lines_3 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Root_for_spheres_2_3.h b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Root_for_spheres_2_3.h index b73f031e5d1..0590e3e0c3d 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Root_for_spheres_2_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/CGAL/Root_for_spheres_2_3.h @@ -11,7 +11,5 @@ template< typename RT > class Root_for_spheres_2_3 { public: -/// @} - }; /* end Root_for_spheres_2_3 */ } /* end namespace CGAL */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Polynomial_1_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Polynomial_1_3.h index 9401c645852..db07ac0f5a0 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Polynomial_1_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--Polynomial_1_3.h @@ -20,7 +20,5 @@ coefficients are of a type that is a model of the concept class AlgebraicKernelForSpheres::Polynomial_1_3 { public: -/// @} - }; /* end AlgebraicKernelForSpheres::Polynomial_1_3 */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForCircles_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForCircles_3.h index a06bca51ecc..8ba50646a24 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForCircles_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForCircles_3.h @@ -17,7 +17,5 @@ capable of storing equations of circles. class AlgebraicKernelForSpheres::PolynomialsForCircles_3 { public: -/// @} - }; /* end AlgebraicKernelForSpheres::PolynomialsForCircles_3 */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForLines_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForLines_3.h index 7f2a474f25e..37f16088bd8 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForLines_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/AlgebraicKernelForSpheres--PolynomialsForLines_3.h @@ -19,7 +19,5 @@ capable of storing equations of lines. class AlgebraicKernelForSpheres::PolynomialsForLines_3 { public: -/// @} - }; /* end AlgebraicKernelForSpheres::PolynomialsForLines_3 */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--LineArc_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--LineArc_3.h index 238d4b30d76..faf589fc65b 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--LineArc_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--LineArc_3.h @@ -18,7 +18,5 @@ Concept for line segments supported by a line that is a model of class SphericalKernel::LineArc_3 { public: -/// @} - }; /* end SphericalKernel::LineArc_3 */ diff --git a/Combinatorial_map/doc/Combinatorial_map/CGAL/Combinatorial_map_min_items.h b/Combinatorial_map/doc/Combinatorial_map/CGAL/Combinatorial_map_min_items.h index 57251b9b555..067f94c3bec 100644 --- a/Combinatorial_map/doc/Combinatorial_map/CGAL/Combinatorial_map_min_items.h +++ b/Combinatorial_map/doc/Combinatorial_map/CGAL/Combinatorial_map_min_items.h @@ -33,7 +33,5 @@ struct Combinatorial_map_min_items template< unsigned int d > struct Combinatorial_map_min_items { -/// @} - }; /* end Combinatorial_map_min_items */ } /* end namespace CGAL */ diff --git a/Combinatorial_map/doc/Combinatorial_map/CGAL/Generic_map_min_items.h b/Combinatorial_map/doc/Combinatorial_map/CGAL/Generic_map_min_items.h index d9a2a20e953..8cbfbf1be14 100644 --- a/Combinatorial_map/doc/Combinatorial_map/CGAL/Generic_map_min_items.h +++ b/Combinatorial_map/doc/Combinatorial_map/CGAL/Generic_map_min_items.h @@ -27,7 +27,5 @@ struct Generic_map_min_items */ struct Generic_map_min_items { -/// @} - }; /* end Generic_map_min_items */ } /* end namespace CGAL */ diff --git a/Convex_hull_d/doc/Convex_hull_d/CGAL/Convex_hull_d_to_polyhedron_3.h b/Convex_hull_d/doc/Convex_hull_d/CGAL/Convex_hull_d_to_polyhedron_3.h index 9f7775b2157..4aa89938c03 100644 --- a/Convex_hull_d/doc/Convex_hull_d/CGAL/Convex_hull_d_to_polyhedron_3.h +++ b/Convex_hull_d/doc/Convex_hull_d/CGAL/Convex_hull_d_to_polyhedron_3.h @@ -24,6 +24,4 @@ bidirected LEDA graph `G`. template void d3_surface_map(const Convex_hull_d& C, GRAPH< typename Convex_hull_d::Point_d ,int>& G); -/// @} - } /* end namespace CGAL */ diff --git a/Envelope_2/doc/Envelope_2/CGAL/Envelope_diagram_1.h b/Envelope_2/doc/Envelope_2/CGAL/Envelope_diagram_1.h index 8bc3b12b7e4..bcc30a63f14 100644 --- a/Envelope_2/doc/Envelope_2/CGAL/Envelope_diagram_1.h +++ b/Envelope_2/doc/Envelope_2/CGAL/Envelope_diagram_1.h @@ -22,7 +22,5 @@ template< typename Traits > class Envelope_diagram_1 { public: -/// @} - }; /* end Envelope_diagram_1 */ } /* end namespace CGAL */ diff --git a/Envelope_3/doc/Envelope_3/CGAL/Env_plane_traits_3.h b/Envelope_3/doc/Envelope_3/CGAL/Env_plane_traits_3.h index c1a839a38be..d71454efbc7 100644 --- a/Envelope_3/doc/Envelope_3/CGAL/Env_plane_traits_3.h +++ b/Envelope_3/doc/Envelope_3/CGAL/Env_plane_traits_3.h @@ -35,7 +35,5 @@ template< typename Kernel > class Env_plane_traits_3 : public Arr_linear_traits_2 { public: -/// @} - }; /* end Env_plane_traits_3 */ } /* end namespace CGAL */ diff --git a/Envelope_3/doc/Envelope_3/CGAL/Env_triangle_traits_3.h b/Envelope_3/doc/Envelope_3/CGAL/Env_triangle_traits_3.h index 87ade2cb2ff..dfc8b474b46 100644 --- a/Envelope_3/doc/Envelope_3/CGAL/Env_triangle_traits_3.h +++ b/Envelope_3/doc/Envelope_3/CGAL/Env_triangle_traits_3.h @@ -38,7 +38,5 @@ template< typename Kernel > class Env_triangle_traits_3 : public Arr_segment_traits_2 { public: -/// @} - }; /* end Env_triangle_traits_3 */ } /* end namespace CGAL */ diff --git a/Generator/doc/Generator/CGAL/Combination_enumerator.h b/Generator/doc/Generator/CGAL/Combination_enumerator.h index 5e1873882c0..bc53cb9628f 100644 --- a/Generator/doc/Generator/CGAL/Combination_enumerator.h +++ b/Generator/doc/Generator/CGAL/Combination_enumerator.h @@ -1,7 +1,6 @@ namespace CGAL { -/// \addtogroup PkgGeneratorsRef -/// @{ +/// \ingroup PkgGeneratorsRef /*! 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 -///@{ +/// @{ /*! 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 namespace CGAL */ - -/// @} diff --git a/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_items_2.h b/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_items_2.h index d65e338e313..17f99cfd04b 100644 --- a/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_items_2.h +++ b/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_items_2.h @@ -76,7 +76,5 @@ typedef My_face Face; class HalfedgeDS_items_2 { public: -/// @} - }; /* end HalfedgeDS_items_2 */ } /* end namespace CGAL */ diff --git a/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_min_items.h b/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_min_items.h index e77630c9bb3..10bc2600b98 100644 --- a/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_min_items.h +++ b/HalfedgeDS/doc/HalfedgeDS/CGAL/HalfedgeDS_min_items.h @@ -49,7 +49,5 @@ typedef CGAL::HalfedgeDS_face_min_base< Refs> Face; class HalfedgeDS_min_items { public: -/// @} - }; /* end HalfedgeDS_min_items */ } /* end namespace CGAL */ diff --git a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel.h b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel.h index b66b49fd325..ba42676966d 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel.h @@ -27,7 +27,5 @@ constructions. class Exact_predicates_exact_constructions_kernel { public: -/// @} - }; /* end Exact_predicates_exact_constructions_kernel */ } /* end namespace CGAL */ diff --git a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h index 884d7cac0ce..b8ced442fb8 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h @@ -30,7 +30,5 @@ Note that it requires CORE or LEDA installed. class Exact_predicates_exact_constructions_kernel_with_kth_root { public: -/// @} - }; /* end Exact_predicates_exact_constructions_kernel_with_kth_root */ } /* end namespace CGAL */ diff --git a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h index e3c98c350b8..6a6d946097e 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h @@ -30,7 +30,5 @@ Note that it requires CORE or LEDA installed. class Exact_predicates_exact_constructions_kernel_with_root_of { public: -/// @} - }; /* end Exact_predicates_exact_constructions_kernel_with_root_of */ } /* end namespace CGAL */ diff --git a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h index 3e7609c8db6..7149fedd443 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h @@ -30,7 +30,5 @@ Note that it requires CORE or LEDA installed. class Exact_predicates_exact_constructions_kernel_with_sqrt { public: -/// @} - }; /* end Exact_predicates_exact_constructions_kernel_with_sqrt */ } /* end namespace CGAL */ diff --git a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h index 74b887d407f..5a840e94a0f 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h @@ -27,7 +27,5 @@ constructions. class Exact_predicates_inexact_constructions_kernel { public: -/// @} - }; /* end Exact_predicates_inexact_constructions_kernel */ } /* end namespace CGAL */ diff --git a/Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h b/Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h index d36cf34bf01..424b857dfcd 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h +++ b/Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h @@ -18,8 +18,6 @@ Tag class for affine transformations. class Identity_transformation { public: -/// @} - }; /* end Identity_transformation */ } /* end namespace CGAL */ @@ -42,8 +40,6 @@ Tag class for affine transformations. class Reflection { public: -/// @} - }; /* end Reflection */ } /* end namespace CGAL */ @@ -66,8 +62,6 @@ Tag class for affine transformations. class Rotation { public: -/// @} - }; /* end Rotation */ } /* end namespace CGAL */ @@ -90,8 +84,6 @@ Tag class for affine transformations. class Scaling { public: -/// @} - }; /* end Scaling */ } /* end namespace CGAL */ @@ -114,7 +106,5 @@ Tag class for affine transformations. class Translation { public: -/// @} - }; /* end Translation */ } /* end namespace CGAL */ diff --git a/Kernel_d/doc/Kernel_d/CGAL/Cartesian_d.h b/Kernel_d/doc/Kernel_d/CGAL/Cartesian_d.h index 405686a8427..4fda74b5768 100644 --- a/Kernel_d/doc/Kernel_d/CGAL/Cartesian_d.h +++ b/Kernel_d/doc/Kernel_d/CGAL/Cartesian_d.h @@ -23,7 +23,5 @@ template< typename FieldNumberType > class Cartesian_d { public: -/// @} - }; /* end Cartesian_d */ } /* end namespace CGAL */ diff --git a/Kernel_d/doc/Kernel_d/CGAL/Homogeneous_d.h b/Kernel_d/doc/Kernel_d/CGAL/Homogeneous_d.h index 93983846534..068c96c6ed7 100644 --- a/Kernel_d/doc/Kernel_d/CGAL/Homogeneous_d.h +++ b/Kernel_d/doc/Kernel_d/CGAL/Homogeneous_d.h @@ -23,7 +23,5 @@ template< typename RingNumberType > class Homogeneous_d { public: -/// @} - }; /* end Homogeneous */ } /* end namespace CGAL */ diff --git a/Kernel_d/doc/Kernel_d/CGAL/Linear_algebraCd.h b/Kernel_d/doc/Kernel_d/CGAL/Linear_algebraCd.h index c1bb4ba12d4..1173d867118 100644 --- a/Kernel_d/doc/Kernel_d/CGAL/Linear_algebraCd.h +++ b/Kernel_d/doc/Kernel_d/CGAL/Linear_algebraCd.h @@ -21,7 +21,5 @@ template< typename FT > class Linear_algebraCd { public: -/// @} - }; /* end Linear_algebraCd */ } /* end namespace CGAL */ diff --git a/Kernel_d/doc/Kernel_d/CGAL/Linear_algebraHd.h b/Kernel_d/doc/Kernel_d/CGAL/Linear_algebraHd.h index 14958e6c03d..0f140dcf9ec 100644 --- a/Kernel_d/doc/Kernel_d/CGAL/Linear_algebraHd.h +++ b/Kernel_d/doc/Kernel_d/CGAL/Linear_algebraHd.h @@ -22,7 +22,5 @@ template< typename RT > class Linear_algebraHd { public: -/// @} - }; /* end Linear_algebraHd */ } /* end namespace CGAL */ diff --git a/Kernel_d/doc/Kernel_d/Concepts/Kernel--CartesianConstIterator_d.h b/Kernel_d/doc/Kernel_d/Concepts/Kernel--CartesianConstIterator_d.h index 9e46edf2b06..e3090f0d0d9 100644 --- a/Kernel_d/doc/Kernel_d/Concepts/Kernel--CartesianConstIterator_d.h +++ b/Kernel_d/doc/Kernel_d/Concepts/Kernel--CartesianConstIterator_d.h @@ -19,7 +19,5 @@ in `d` dimensions. class Kernel_d::CartesianConstIterator_d { public: -/// @} - }; /* end Kernel_d::CartesianConstIterator_d */ diff --git a/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex_min_items.h b/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex_min_items.h index c8f8f976361..16123f214f4 100644 --- a/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex_min_items.h +++ b/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex_min_items.h @@ -34,8 +34,6 @@ struct Linear_cell_complex_min_items */ struct Linear_cell_complex_min_items { -/// @} - }; /* end Linear_cell_complex_min_items */ } /* end namespace CGAL */ diff --git a/Linear_cell_complex/doc/Linear_cell_complex/Concepts/LinearCellComplexItems.h b/Linear_cell_complex/doc/Linear_cell_complex/Concepts/LinearCellComplexItems.h index 20935a785b7..909ce593c9f 100644 --- a/Linear_cell_complex/doc/Linear_cell_complex/Concepts/LinearCellComplexItems.h +++ b/Linear_cell_complex/doc/Linear_cell_complex/Concepts/LinearCellComplexItems.h @@ -19,7 +19,5 @@ The first type in `Attributes` tuple must be a model of the `CellAttributeWithPo class LinearCellComplexItems { public: -/// @} - }; /* end LinearCellComplexItems */ diff --git a/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_face_base_2.h b/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_face_base_2.h index 909c91012c5..d3088b7e757 100644 --- a/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_face_base_2.h +++ b/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_face_base_2.h @@ -29,7 +29,5 @@ template< typename Traits, typename Fb > class Delaunay_mesh_face_base_2 : Fb { public: -/// @} - }; /* end Delaunay_mesh_face_base_2 */ } /* end namespace CGAL */ diff --git a/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_vertex_base_2.h b/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_vertex_base_2.h index 0eb0c2f8028..f78df3d914f 100644 --- a/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_vertex_base_2.h +++ b/Mesh_2/doc/Mesh_2/CGAL/Delaunay_mesh_vertex_base_2.h @@ -24,7 +24,5 @@ template< typename Traits, typename Vb > class Delaunay_mesh_vertex_base_2 : Vb { public: -/// @} - }; /* end Delaunay_mesh_vertex_base_2 */ } /* end namespace CGAL */ diff --git a/Mesh_3/doc/Mesh_3/CGAL/Compact_mesh_cell_base_3.h b/Mesh_3/doc/Mesh_3/CGAL/Compact_mesh_cell_base_3.h index 9de1c57ecc6..8e91b271375 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/Compact_mesh_cell_base_3.h +++ b/Mesh_3/doc/Mesh_3/CGAL/Compact_mesh_cell_base_3.h @@ -30,7 +30,5 @@ template< typename Gt, typename MD, typename Tds = void > class Compact_mesh_cell_base_3 { public: -/// @} - }; /* end Compact_mesh_cell_base_3 */ } /* end namespace CGAL */ diff --git a/Mesh_3/doc/Mesh_3/CGAL/Mesh_cell_base_3.h b/Mesh_3/doc/Mesh_3/CGAL/Mesh_cell_base_3.h index f2166607f7d..b20e0426d83 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/Mesh_cell_base_3.h +++ b/Mesh_3/doc/Mesh_3/CGAL/Mesh_cell_base_3.h @@ -36,7 +36,5 @@ template< typename Gt, typename MD, typename Cb > class Mesh_cell_base_3 : public Cb { public: -/// @} - }; /* end Mesh_cell_base_3 */ } /* end namespace CGAL */ diff --git a/Mesh_3/doc/Mesh_3/CGAL/Mesh_vertex_base_3.h b/Mesh_3/doc/Mesh_3/CGAL/Mesh_vertex_base_3.h index 3637f83df52..b0112fcc53a 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/Mesh_vertex_base_3.h +++ b/Mesh_3/doc/Mesh_3/CGAL/Mesh_vertex_base_3.h @@ -28,7 +28,5 @@ template< typename Gt, typename MD, typename Vb > class Mesh_vertex_base_3 : public Vb { public: -/// @} - }; /* end Mesh_vertex_base_3 */ } /* end namespace CGAL */ diff --git a/Minkowski_sum_2/doc/Minkowski_sum_2/CGAL/Polygon_convex_decomposition_2.h b/Minkowski_sum_2/doc/Minkowski_sum_2/CGAL/Polygon_convex_decomposition_2.h index 2100ae0d516..eb8a49f4354 100644 --- a/Minkowski_sum_2/doc/Minkowski_sum_2/CGAL/Polygon_convex_decomposition_2.h +++ b/Minkowski_sum_2/doc/Minkowski_sum_2/CGAL/Polygon_convex_decomposition_2.h @@ -25,8 +25,6 @@ public: typedef CGAL::Polygon_2 Polygon_2; -/// @} - }; /* end Greene_convex_decomposition_2 */ } /* end namespace CGAL */ @@ -60,8 +58,6 @@ public: typedef CGAL::Polygon_2 Polygon_2; -/// @} - }; /* end Hertel_Mehlhorn_convex_decomposition_2 */ } /* end namespace CGAL */ @@ -92,7 +88,5 @@ public: typedef CGAL::Polygon_2 Polygon_2; -/// @} - }; /* end Optimal_convex_decomposition_2 */ } /* end namespace CGAL */ diff --git a/Modular_arithmetic/doc/Modular_arithmetic/CGAL/Modular_traits.h b/Modular_arithmetic/doc/Modular_arithmetic/CGAL/Modular_traits.h index 4375c9ea9e1..0ae771f8df0 100644 --- a/Modular_arithmetic/doc/Modular_arithmetic/CGAL/Modular_traits.h +++ b/Modular_arithmetic/doc/Modular_arithmetic/CGAL/Modular_traits.h @@ -14,7 +14,5 @@ template< typename T > class Modular_traits { public: -/// @} - }; /* end Modular_traits */ } /* end namespace CGAL */ diff --git a/Modular_arithmetic/doc/Modular_arithmetic/Concepts/Modularizable.h b/Modular_arithmetic/doc/Modular_arithmetic/Concepts/Modularizable.h index dacca3fda83..c834edd5cb2 100644 --- a/Modular_arithmetic/doc/Modular_arithmetic/Concepts/Modularizable.h +++ b/Modular_arithmetic/doc/Modular_arithmetic/Concepts/Modularizable.h @@ -39,7 +39,5 @@ The following types are `Modularizable` iff their template arguments are. class Modularizable { public: -/// @} - }; /* end Modularizable */ diff --git a/Number_types/doc/Number_types/CGAL/FPU.h b/Number_types/doc/Number_types/CGAL/FPU.h index 51c8d9f4211..f269dccf64b 100644 --- a/Number_types/doc/Number_types/CGAL/FPU.h +++ b/Number_types/doc/Number_types/CGAL/FPU.h @@ -169,6 +169,8 @@ constructor was called. */ ~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(); -/// @} - } /* end namespace CGAL */ diff --git a/Number_types/doc/Number_types/CGAL/leda_bigfloat.h b/Number_types/doc/Number_types/CGAL/leda_bigfloat.h index 97400390851..1934b840f66 100644 --- a/Number_types/doc/Number_types/CGAL/leda_bigfloat.h +++ b/Number_types/doc/Number_types/CGAL/leda_bigfloat.h @@ -21,7 +21,5 @@ For more details on the number types of \leda we refer to the \leda manual \cgal class leda_bigfloat { public: -/// @} - }; /* end leda_bigfloat */ diff --git a/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_face_base_2.h b/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_face_base_2.h index 6bb72ea1d75..2f2cc601cf1 100644 --- a/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_face_base_2.h +++ b/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_face_base_2.h @@ -40,7 +40,5 @@ class Periodic_2_triangulation_face_base_2 { public: -/// @} - }; /* end Periodic_2_triangulation_face_base_2 */ } /* end namespace CGAL */ diff --git a/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_vertex_base_2.h b/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_vertex_base_2.h index b7e844b6aec..6ead6620b64 100644 --- a/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_vertex_base_2.h +++ b/Periodic_2_triangulation_2/doc/Periodic_2_triangulation_2/CGAL/Periodic_2_triangulation_vertex_base_2.h @@ -31,7 +31,5 @@ class Periodic_2_triangulation_vertex_base_2 { public: -/// @} - }; /* end Periodic_2_triangulation_vertex_base_2 */ } /* end namespace CGAL */ diff --git a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/Concepts/Periodic_3MeshDomainWithFeatures_3.h b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/Concepts/Periodic_3MeshDomainWithFeatures_3.h index ff1d013160a..c437d8a3e1e 100644 --- a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/Concepts/Periodic_3MeshDomainWithFeatures_3.h +++ b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/Concepts/Periodic_3MeshDomainWithFeatures_3.h @@ -44,6 +44,4 @@ public: IndicesOutputIterator get_corner_incident_curves(Corner_index id, IndicesOutputIterator out); -/// @} - }; /* end Periodic_3MeshDomainWithFeatures_3 */ diff --git a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/Concepts/Periodic_3MeshDomain_3.h b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/Concepts/Periodic_3MeshDomain_3.h index ec9ee6390df..bd86a2a74ae 100644 --- a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/Concepts/Periodic_3MeshDomain_3.h +++ b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/Concepts/Periodic_3MeshDomain_3.h @@ -41,6 +41,4 @@ public: */ const Iso_cuboid_3& bounding_box(); -/// @} - }; /* end Periodic_3MeshDomain_3 */ diff --git a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_offset_3.h b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_offset_3.h index ae808a24cf3..7a4b4cfde4d 100644 --- a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_offset_3.h +++ b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_offset_3.h @@ -14,7 +14,5 @@ The class `Periodic_3_offset_3` is a model of the concept class Periodic_3_offset_3 { public: -/// @} - }; /* end Periodic_3_offset_3 */ } /* end namespace CGAL */ diff --git a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_ds_cell_base_3.h b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_ds_cell_base_3.h index b816a001094..af5032d5581 100644 --- a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_ds_cell_base_3.h +++ b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_ds_cell_base_3.h @@ -20,7 +20,5 @@ template< > class Periodic_3_triangulation_ds_cell_base_3 { public: -/// @} - }; /* end Periodic_3_triangulation_ds_cell_base_3 */ } /* end namespace CGAL */ diff --git a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h index d818dff85e9..0f0c2cd9b5d 100644 --- a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h +++ b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h @@ -20,7 +20,5 @@ template< > class Periodic_3_triangulation_ds_vertex_base_3 { public: -/// @} - }; /* end Periodic_3_triangulation_ds_vertex_base_3 */ } /* end namespace CGAL */ diff --git a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_hierarchy_3.h b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_hierarchy_3.h index 1af91f472cd..ade24596949 100644 --- a/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_hierarchy_3.h +++ b/Periodic_3_triangulation_3/doc/Periodic_3_triangulation_3/CGAL/Periodic_3_triangulation_hierarchy_3.h @@ -56,7 +56,5 @@ template< typename PTr > class Periodic_3_triangulation_hierarchy_3 : public PTr { public: -/// @} - }; /* end Periodic_3_triangulation_hierarchy_3 */ } /* end namespace CGAL */ diff --git a/Polynomial/doc/Polynomial/CGAL/Polynomial_traits_d.h b/Polynomial/doc/Polynomial/CGAL/Polynomial_traits_d.h index fdf91cf016b..3af76da798c 100644 --- a/Polynomial/doc/Polynomial/CGAL/Polynomial_traits_d.h +++ b/Polynomial/doc/Polynomial/CGAL/Polynomial_traits_d.h @@ -13,7 +13,5 @@ template< typename Polynomial_d > class Polynomial_traits_d { public: -/// @} - }; /* end Polynomial_traits_d */ } /* end namespace CGAL */ diff --git a/QP_solver/doc/QP_solver/Concepts/MPSFormat.h b/QP_solver/doc/QP_solver/Concepts/MPSFormat.h index cc6515197bf..b0046b82df8 100644 --- a/QP_solver/doc/QP_solver/Concepts/MPSFormat.h +++ b/QP_solver/doc/QP_solver/Concepts/MPSFormat.h @@ -168,7 +168,5 @@ but we don't explain this here. class MPSFormat { public: -/// @} - }; /* end MPSFormat */ diff --git a/SearchStructures/doc/SearchStructures/Concepts/Sublayer.h b/SearchStructures/doc/SearchStructures/Concepts/Sublayer.h index c3425e09c3b..f1d33eefa59 100644 --- a/SearchStructures/doc/SearchStructures/Concepts/Sublayer.h +++ b/SearchStructures/doc/SearchStructures/Concepts/Sublayer.h @@ -29,7 +29,5 @@ Such a recursion anchor class is provided by the class class. class Sublayer { public: -/// @} - }; /* end Sublayer */ diff --git a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_hierarchy_vertex_base_2.h b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_hierarchy_vertex_base_2.h index 91b29a16620..429ad821b04 100644 --- a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_hierarchy_vertex_base_2.h +++ b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_hierarchy_vertex_base_2.h @@ -25,7 +25,5 @@ template< typename Vbb > class Segment_Delaunay_graph_hierarchy_vertex_base_2 : public Vbb { public: -/// @} - }; /* end Segment_Delaunay_graph_hierarchy_vertex_base_2 */ } /* end namespace CGAL */ diff --git a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_vertex_base_2.h b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_vertex_base_2.h index 8b35879a460..a461f9ded1e 100644 --- a/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_vertex_base_2.h +++ b/Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/CGAL/Segment_Delaunay_graph_vertex_base_2.h @@ -34,7 +34,5 @@ template< typename Gt, typename SSTag > class Segment_Delaunay_graph_vertex_base_2 { public: -/// @} - }; /* end Segment_Delaunay_graph_vertex_base_2 */ } /* end namespace CGAL */ diff --git a/Skin_surface_3/doc/Skin_surface_3/CGAL/Skin_surface_3.h b/Skin_surface_3/doc/Skin_surface_3/CGAL/Skin_surface_3.h index 2ff4d1a05ca..b5d588d8fc4 100644 --- a/Skin_surface_3/doc/Skin_surface_3/CGAL/Skin_surface_3.h +++ b/Skin_surface_3/doc/Skin_surface_3/CGAL/Skin_surface_3.h @@ -19,7 +19,5 @@ template< typename SkinSurfaceTraits_3 > class Skin_surface_3 { public: -/// @} - }; /* end Skin_surface_3 */ } /* end namespace CGAL */ diff --git a/Skin_surface_3/doc/Skin_surface_3/CGAL/Skin_surface_traits_3.h b/Skin_surface_3/doc/Skin_surface_3/CGAL/Skin_surface_traits_3.h index eb1d74ac693..31eda5437bd 100644 --- a/Skin_surface_3/doc/Skin_surface_3/CGAL/Skin_surface_traits_3.h +++ b/Skin_surface_3/doc/Skin_surface_3/CGAL/Skin_surface_traits_3.h @@ -17,7 +17,5 @@ template< typename K > class Skin_surface_traits_3 { public: -/// @} - }; /* end Skin_surface_traits_3 */ } /* end namespace CGAL */ diff --git a/Skin_surface_3/doc/Skin_surface_3/CGAL/Union_of_balls_3.h b/Skin_surface_3/doc/Skin_surface_3/CGAL/Union_of_balls_3.h index 821e5910268..c348e8306be 100644 --- a/Skin_surface_3/doc/Skin_surface_3/CGAL/Union_of_balls_3.h +++ b/Skin_surface_3/doc/Skin_surface_3/CGAL/Union_of_balls_3.h @@ -21,7 +21,5 @@ template< typename SkinSurfaceTraits_3 > class Union_of_balls_3 { public: -/// @} - }; /* end Union_of_balls_3 */ } /* end namespace CGAL */ diff --git a/Snap_rounding_2/doc/Snap_rounding_2/CGAL/Snap_rounding_traits_2.h b/Snap_rounding_2/doc/Snap_rounding_2/CGAL/Snap_rounding_traits_2.h index 8e0c352ef33..15a479820e3 100644 --- a/Snap_rounding_2/doc/Snap_rounding_2/CGAL/Snap_rounding_traits_2.h +++ b/Snap_rounding_2/doc/Snap_rounding_2/CGAL/Snap_rounding_traits_2.h @@ -34,7 +34,5 @@ template< typename Kernel > class Snap_rounding_traits_2 { public: -/// @} - }; /* end Snap_rounding_traits_2 */ } /* end namespace CGAL */ diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Polygon_offset_builder_traits_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Polygon_offset_builder_traits_2.h index 7691a8a0af5..6b7672ca2dd 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Polygon_offset_builder_traits_2.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Polygon_offset_builder_traits_2.h @@ -21,7 +21,5 @@ template< typename Kernel > class Polygon_offset_builder_traits_2 { public: -/// @} - }; /* end Polygon_offset_builder_traits_2 */ } /* end namespace CGAL */ diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_2.h index a393afd24a2..ee18785dd18 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_2.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_2.h @@ -28,7 +28,5 @@ template< typename Traits, typename Items, typename Alloc > class Straight_skeleton_2 : public HalfedgeDS_vector { public: -/// @} - }; /* end Straight_skeleton_2 */ } /* end namespace CGAL */ diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_traits_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_traits_2.h index 5666ec40cba..4df1ba5a0a0 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_traits_2.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_builder_traits_2.h @@ -23,7 +23,5 @@ template< typename Kernel > class Straight_skeleton_builder_traits_2 { public: -/// @} - }; /* end Straight_skeleton_builder_traits_2 */ } /* end namespace CGAL */ diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_face_base_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_face_base_2.h index 6cc5b662764..c569c9c92a2 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_face_base_2.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_face_base_2.h @@ -28,7 +28,5 @@ template< typename Refs > class Straight_skeleton_face_base_2 { public: -/// @} - }; /* end Straight_skeleton_face_base_2 */ } /* end namespace CGAL */ diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_halfedge_base_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_halfedge_base_2.h index d441a215041..be704526919 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_halfedge_base_2.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_halfedge_base_2.h @@ -26,7 +26,5 @@ template< typename Refs > class Straight_skeleton_halfedge_base_2 { public: -/// @} - }; /* end Straight_skeleton_halfedge_base_2 */ } /* end namespace CGAL */ diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_vertex_base_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_vertex_base_2.h index f548d1815ed..0fbfa4b013a 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_vertex_base_2.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/CGAL/Straight_skeleton_vertex_base_2.h @@ -28,7 +28,5 @@ template< typename Refs, typename Point, typename FT > class Straight_skeleton_vertex_base_2 { public: -/// @} - }; /* end Straight_skeleton_vertex_base_2 */ } /* end namespace CGAL */ diff --git a/Surface_mesh/include/CGAL/Surface_mesh/IO.h b/Surface_mesh/include/CGAL/Surface_mesh/IO.h index 7ffc0bed21f..a6e6d7a24bb 100644 --- a/Surface_mesh/include/CGAL/Surface_mesh/IO.h +++ b/Surface_mesh/include/CGAL/Surface_mesh/IO.h @@ -404,7 +404,6 @@ bool write_mesh(const Surface_mesh& mesh, const std::string& filename) } /// group io -/// @} template void generic_print_surface_mesh( std::ostream& out, diff --git a/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h b/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h index 6f3f8b45fcc..8428f17c0ce 100644 --- a/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h +++ b/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h @@ -21,8 +21,6 @@ and hide a non-virtual method in the context of the static polymorphism used in template< typename TriangleMesh > struct Edge_collapse_visitor_base { -/// @} - }; /* end Surface_mesh_simplification::Edge_collapse_visitor_base */ } /* end namespace Surface_mesh_simplification */ diff --git a/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h b/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h index 77fd121f6f7..1ed57e0119b 100644 --- a/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h +++ b/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h @@ -19,8 +19,6 @@ template< typename TriangleMesh > class Edge_profile { public: -/// @} - }; /* end Surface_mesh_simplification::Edge_profile */ } /* namespace Surface_mesh_simplification */ } /* end namespace CGAL */ diff --git a/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_cell_base_3.h b/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_cell_base_3.h index ec2e8868eea..d69c05405a5 100644 --- a/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_cell_base_3.h +++ b/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_cell_base_3.h @@ -27,7 +27,5 @@ template< typename Gt, typename Cb > class Surface_mesh_cell_base_3 : public Cb { public: -/// @} - }; /* end Surface_mesh_cell_base_3 */ } /* end namespace CGAL */ diff --git a/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_complex_2_in_triangulation_3.h b/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_complex_2_in_triangulation_3.h index 52d3258574e..7e9e841c0f4 100644 --- a/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_complex_2_in_triangulation_3.h +++ b/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_complex_2_in_triangulation_3.h @@ -34,7 +34,5 @@ template< typename Tr, typename Edge_info = void > class Surface_mesh_complex_2_in_triangulation_3 { public: -/// @} - }; /* end Surface_mesh_complex_2_in_triangulation_3 */ } /* end namespace CGAL */ diff --git a/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_default_triangulation_3.h b/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_default_triangulation_3.h index c04f6d34c57..a3f1a3fde8c 100644 --- a/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_default_triangulation_3.h +++ b/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_default_triangulation_3.h @@ -27,7 +27,5 @@ public: /// the cell type which is model of `::SurfaceMeshCellBase_3`. typedef unspecified_type Cell; -/// @} - }; /* end Surface_mesh_default_triangulation_3 */ } /* end namespace CGAL */ diff --git a/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_vertex_base_3.h b/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_vertex_base_3.h index 9fc860e4903..8646bbaf650 100644 --- a/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_vertex_base_3.h +++ b/Surface_mesher/doc/Surface_mesher/CGAL/Surface_mesh_vertex_base_3.h @@ -29,7 +29,5 @@ template< typename Gt, typename Vb > class Surface_mesh_vertex_base_3 : public Vb { public: -/// @} - }; /* end Surface_mesh_vertex_base_3 */ } /* end namespace CGAL */ diff --git a/TDS_2/doc/TDS_2/CGAL/Triangulation_ds_face_base_2.h b/TDS_2/doc/TDS_2/CGAL/Triangulation_ds_face_base_2.h index f9b9784fde9..e4154ace5f7 100644 --- a/TDS_2/doc/TDS_2/CGAL/Triangulation_ds_face_base_2.h +++ b/TDS_2/doc/TDS_2/CGAL/Triangulation_ds_face_base_2.h @@ -18,7 +18,5 @@ template< typename Tds > class Triangulation_ds_face_base_2 { public: -/// @} - }; /* end Triangulation_ds_face_base_2 */ } /* end namespace CGAL */ diff --git a/TDS_2/doc/TDS_2/CGAL/Triangulation_ds_vertex_base_2.h b/TDS_2/doc/TDS_2/CGAL/Triangulation_ds_vertex_base_2.h index 822a61e891d..f93dd03270a 100644 --- a/TDS_2/doc/TDS_2/CGAL/Triangulation_ds_vertex_base_2.h +++ b/TDS_2/doc/TDS_2/CGAL/Triangulation_ds_vertex_base_2.h @@ -28,7 +28,5 @@ template< typename Tds > class Triangulation_ds_vertex_base_2 { public: -/// @} - }; /* end Triangulation_ds_vertex_base_2 */ } /* end namespace CGAL */ diff --git a/TDS_3/doc/TDS_3/CGAL/Triangulation_ds_cell_base_3.h b/TDS_3/doc/TDS_3/CGAL/Triangulation_ds_cell_base_3.h index 94c2b3d1aba..51c3048d577 100644 --- a/TDS_3/doc/TDS_3/CGAL/Triangulation_ds_cell_base_3.h +++ b/TDS_3/doc/TDS_3/CGAL/Triangulation_ds_cell_base_3.h @@ -19,7 +19,5 @@ template< typename TDS = void > class Triangulation_ds_cell_base_3 { public: -/// @} - }; /* end Triangulation_ds_cell_base_3 */ } /* end namespace CGAL */ diff --git a/Triangulation_2/doc/Triangulation_2/CGAL/Constrained_triangulation_face_base_2.h b/Triangulation_2/doc/Triangulation_2/CGAL/Constrained_triangulation_face_base_2.h index 45a7c90b7be..a1f3aa75bcf 100644 --- a/Triangulation_2/doc/Triangulation_2/CGAL/Constrained_triangulation_face_base_2.h +++ b/Triangulation_2/doc/Triangulation_2/CGAL/Constrained_triangulation_face_base_2.h @@ -34,7 +34,5 @@ template< typename Traits, typename Fb > class Constrained_triangulation_face_base_2 : public Fb { public: -/// @} - }; /* end Constrained_triangulation_face_base_2 */ } /* end namespace CGAL */ diff --git a/Triangulation_2/doc/Triangulation_2/CGAL/Regular_triangulation_face_base_2.h b/Triangulation_2/doc/Triangulation_2/CGAL/Regular_triangulation_face_base_2.h index f0124a937ed..fc9dedf4ba1 100644 --- a/Triangulation_2/doc/Triangulation_2/CGAL/Regular_triangulation_face_base_2.h +++ b/Triangulation_2/doc/Triangulation_2/CGAL/Regular_triangulation_face_base_2.h @@ -28,7 +28,5 @@ template< typename Traits, typename Fb > class Regular_triangulation_face_base_2 : public Fb { public: -/// @} - }; /* end Regular_triangulation_face_base_2 */ } /* end namespace CGAL */ diff --git a/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_face_base_2.h b/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_face_base_2.h index be789216fed..c31670b1b02 100644 --- a/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_face_base_2.h +++ b/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_face_base_2.h @@ -31,7 +31,5 @@ template< typename Traits, typename Fb > class Triangulation_face_base_2 : public Fb { public: -/// @} - }; /* end Triangulation_face_base_2 */ } /* end namespace CGAL */ diff --git a/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_hierarchy_2.h b/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_hierarchy_2.h index 74deac2f6ee..816b53d0b40 100644 --- a/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_hierarchy_2.h +++ b/Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_hierarchy_2.h @@ -61,8 +61,6 @@ template< typename Tr > class Triangulation_hierarchy_2 : public Tr { public: -/// @} - }; /* end Triangulation_hierarchy_2 */ } /* end namespace CGAL */ @@ -101,7 +99,5 @@ template< typename Vb > class Triangulation_hierarchy_vertex_base_2 : public Vb { public: -/// @} - }; /* end Triangulation_hierarchy_vertex_base_2 */ } /* end namespace CGAL */ diff --git a/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_cell_base_3.h b/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_cell_base_3.h index ddc54b1e14e..f1adbe7af67 100644 --- a/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_cell_base_3.h +++ b/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_cell_base_3.h @@ -31,7 +31,5 @@ template< typename Traits, typename TDSCb > class Triangulation_cell_base_3 : public TDSCb { public: -/// @} - }; /* end Triangulation_cell_base_3 */ } /* end namespace CGAL */