diff --git a/Polyline_simplification_2/doc/Polyline_simplification_2/Polyline_simplification_2.txt b/Polyline_simplification_2/doc/Polyline_simplification_2/Polyline_simplification_2.txt index 084aeae7e6b..72bdf5e6e8f 100644 --- a/Polyline_simplification_2/doc/Polyline_simplification_2/Polyline_simplification_2.txt +++ b/Polyline_simplification_2/doc/Polyline_simplification_2/Polyline_simplification_2.txt @@ -59,8 +59,8 @@ Check if vertex `q` can be removed. \section Section_PolylineSimplification_Cost_Functions Cost Functions -The specific way in which the removal cost is calculated is called the -*cost* function. The user can choose different strategies by choosing +The specific way in which the removal cost is calculated is called the *cost* +function. The user can choose different strategies by choosing a cost function object. This package provides the three cost functions formulated in @@ -154,7 +154,7 @@ the number of vertices. In the second example we insert several polygons in a `Constrained_triangulation_plus_2`. As a vertex -type we have to use `CGAL::Polyline_simplification_2::Vertex_base` +type we have to use `CGAL::Polyline_simplification_2::Vertex_base_2` as vertices may be marked as non-removable. The simplification algorithm marks the first and last vertex of polyline constraints as well as intersections. diff --git a/Triangulation_2/doc/Triangulation_2/CGAL/Constrained_triangulation_plus_2.h b/Triangulation_2/doc/Triangulation_2/CGAL/Constrained_triangulation_plus_2.h index 10f72614d8f..a78864d4fa1 100644 --- a/Triangulation_2/doc/Triangulation_2/CGAL/Constrained_triangulation_plus_2.h +++ b/Triangulation_2/doc/Triangulation_2/CGAL/Constrained_triangulation_plus_2.h @@ -142,7 +142,7 @@ Constrained_triangulation_plus_2& ct); /*! Introduces a constrained triangulation from the constraints in the range `[first,last)`. -\tparam ConstraintIterator must be an InputIterator` with the value type `std::pair` or `Segment`. +\tparam ConstraintIterator must be an `InputIterator` with the value type `std::pair` or `Segment`. */ template Constrained_triangulation_plus_2(