diff --git a/AABB_tree/include/CGAL/AABB_tree.h b/AABB_tree/include/CGAL/AABB_tree.h index 9a3d2791241..e7056d42d9a 100644 --- a/AABB_tree/include/CGAL/AABB_tree.h +++ b/AABB_tree/include/CGAL/AABB_tree.h @@ -346,7 +346,7 @@ public: /// Constructs an internal KD-tree containing the specified point /// set, to be used as the set of potential hints for accelerating /// the distance queries. - /// \tparam `ConstPointIterator` is an iterator with + /// \tparam ConstPointIterator is an iterator with /// value type `Point_and_primitive_id`. template bool accelerate_distance_queries(ConstPointIterator first,