diff --git a/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h b/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h
index c5bb405c0fe..1fdbebbd16f 100644
--- a/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h
+++ b/Optimal_bounding_box/include/CGAL/Optimal_bounding_box/oriented_bounding_box.h
@@ -245,7 +245,7 @@ void construct_oriented_bounding_box(const PointRange& points,
/// \addtogroup PkgOptimalBoundingBox_Oriented_bounding_box
///
-/// The function `oriented_bounding_box` computes an approximation of the optimal bounding box,
+/// The function `oriented_bounding_box()` computes an approximation of the optimal bounding box,
/// which is defined as the rectangular box with smallest volume of all the rectangular boxes containing
/// the input points.
///
@@ -277,7 +277,7 @@ void construct_oriented_bounding_box(const PointRange& points,
/// \ingroup PkgOptimalBoundingBox_Oriented_bounding_box
///
-/// The function `oriented_bounding_box` computes an approximation of the optimal bounding box,
+/// The function `oriented_bounding_box()` computes an approximation of the optimal bounding box,
/// which is defined as the rectangular box with smallest volume of all the rectangular boxes containing
/// the input points.
///