From e34b8292429af36f8de72cf547ebd30de6dedca0 Mon Sep 17 00:00:00 2001 From: hoijui Date: Tue, 5 Jan 2021 08:41:58 +0100 Subject: [PATCH] Prevent an encoding error when generating python API DoxyGen Signed-off-by: hoijui --- libs/kimath/include/geometry/shape_poly_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/kimath/include/geometry/shape_poly_set.h b/libs/kimath/include/geometry/shape_poly_set.h index 6b2f36bc2e..8b3d966eb3 100644 --- a/libs/kimath/include/geometry/shape_poly_set.h +++ b/libs/kimath/include/geometry/shape_poly_set.h @@ -962,7 +962,7 @@ public: * odd corners where the link segments meet the outline. * * @param aAmount - number of units to offset edges - * @param aCircleSegmentsCount - number of segments per 360° to use in curve approx + * @param aCircleSegmentsCount - number of segments per 360 degrees to use in curve approx * @param aCornerStrategy - ALLOW_ACUTE_CORNERS to preserve all angles, * CHOP_ACUTE_CORNERS to chop angles less than 90°, * ROUND_ACUTE_CORNERS to round off angles less than 90°,