diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/PMPCorefinementVisitor.h b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/PMPCorefinementVisitor.h index a95d31f2e19..80b1e64f6ed 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/PMPCorefinementVisitor.h +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/PMPCorefinementVisitor.h @@ -58,13 +58,13 @@ public: /// \param i_id the id of the intersection point, starting at 0. Ids are consecutive. /// \param sdim indicates the dimension of the simplex part of the face that is intersected by the edge /// (0 for a vertex, 1 for an edge, 2 for the interior of the face) - /// \param tm_e mesh containing `h_e` - /// \param tm_f mesh containing `h_f` /// \param h_e a halfedge from `tm_e` /// \param h_f a halfedge from `tm_f` indicating the simplex intersected: /// if `sdim==0` the target of `h_f` is the intersection point, /// if `sdim==1` the edge of `h_f` contains the intersection point in its interior, /// if `sdim==2` the face of `h_f` contains the intersection point in its interior. + /// \param tm_e mesh containing `h_e` + /// \param tm_f mesh containing `h_f` /// \param is_target_coplanar `true` iff the target of `h_e` is the intersection point /// \param is_source_coplanar `true` iff the source of `h_e` is the intersection point void intersection_point_detected(std::size_t i_id,