diff --git a/Triangulation_3/doc/Triangulation_3/CGAL/Delaunay_triangulation_3.h b/Triangulation_3/doc/Triangulation_3/CGAL/Delaunay_triangulation_3.h index 690fab1b354..857527e80dd 100644 --- a/Triangulation_3/doc/Triangulation_3/CGAL/Delaunay_triangulation_3.h +++ b/Triangulation_3/doc/Triangulation_3/CGAL/Delaunay_triangulation_3.h @@ -12,7 +12,7 @@ Delaunay triangulation. \tparam TriangulationDataStructure_3 is the triangulation data structure. It has the default value `Triangulation_data_structure_3, Triangulation_cell_base_3 >`. -The third template argument is a tag which must be a `Location_policy` : +\tparam LocationPolicy is a tag which must be a `Location_policy`: either `Fast_location` or `Compact_location`. `Fast_location` offers faster (\f$ O(\log n)\f$ time) point location, which can be beneficial when performing point locations or random