From 72c427948b9d30e364f8928493daddd73108e6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 28 Nov 2025 15:59:02 +0100 Subject: [PATCH] Fix paranthesis placements for doc --- Alpha_wrap_2/include/CGAL/alpha_wrap_2.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Alpha_wrap_2/include/CGAL/alpha_wrap_2.h b/Alpha_wrap_2/include/CGAL/alpha_wrap_2.h index d94bd7e0738..e6cb71638be 100644 --- a/Alpha_wrap_2/include/CGAL/alpha_wrap_2.h +++ b/Alpha_wrap_2/include/CGAL/alpha_wrap_2.h @@ -345,7 +345,7 @@ void alpha_wrap_2(const InputMultiPolygonWithHoles& multipolygon, #ifndef DOXYGEN_RUNNING , std::enable_if_t::value>* = nullptr #endif - ) + ) { using parameters::get_parameter; using parameters::choose_parameter; @@ -427,7 +427,7 @@ void alpha_wrap_2(const SegmentRange& segments, #ifndef DOXYGEN_RUNNING , std::enable_if_t::value>* = nullptr #endif - ) + ) { using parameters::get_parameter; using parameters::choose_parameter; @@ -501,8 +501,9 @@ void alpha_wrap_2(const MultiLineString& multilinestring, MultipolygonWithHoles& alpha_wrap, const InputNamedParameters& np #ifndef DOXYGEN_RUNNING - , std::enable_if_t::value>* = nullptr) + , std::enable_if_t::value>* = nullptr #endif + ) { using parameters::get_parameter; using parameters::choose_parameter; @@ -576,10 +577,11 @@ void alpha_wrap_2(const PointRange& points, const double alpha, const double offset, MultipolygonWithHoles& alpha_wrap, - const InputNamedParameters& np, + const InputNamedParameters& np #ifndef DOXYGEN_RUNNING - std::enable_if_t::value>* = nullptr) + , std::enable_if_t::value>* = nullptr #endif + ) { using parameters::get_parameter; using parameters::choose_parameter;