From cebd65dad2eddedc00b3776d7e76219168b85094 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 16 Aug 2021 11:44:52 +0200 Subject: [PATCH] Update oriented_bounding_box.h Add () so that doxygen creates a link. --- .../include/CGAL/Optimal_bounding_box/oriented_bounding_box.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ///