Prevent an encoding error when generating python API DoxyGen

Signed-off-by: hoijui <hoijui.quaero@gmail.com>
This commit is contained in:
hoijui 2021-01-05 08:41:58 +01:00 committed by Ian McInerney
parent 8c8516b7b1
commit e34b829242
1 changed files with 1 additions and 1 deletions

View File

@ -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°,