Update oriented_bounding_box.h

Add () so that doxygen creates a link.
This commit is contained in:
Andreas Fabri 2021-08-16 11:44:52 +02:00 committed by GitHub
parent 8b14a14ccf
commit cebd65dad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 <i>optimal bounding box</i>,
/// The function `oriented_bounding_box()` computes an approximation of the <i>optimal bounding box</i>,
/// 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 <i>optimal bounding box</i>,
/// The function `oriented_bounding_box()` computes an approximation of the <i>optimal bounding box</i>,
/// which is defined as the rectangular box with smallest volume of all the rectangular boxes containing
/// the input points.
///