From 2c91956b32b38bdc6e13345871d449ab4f884590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Fri, 24 Apr 2020 01:05:37 +0200 Subject: [PATCH] Doxygen: Update calculate_cell_bounding_box() * Fix typo * Extend description --- include/gds-render/geometric/cell-geometrics.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/gds-render/geometric/cell-geometrics.h b/include/gds-render/geometric/cell-geometrics.h index 639abde..34cb227 100644 --- a/include/gds-render/geometric/cell-geometrics.h +++ b/include/gds-render/geometric/cell-geometrics.h @@ -39,8 +39,9 @@ * * This function updates a given bounding box with the dimensions of a * gds_cell. Please note that the handling of path miter points is not complete yet. - * If a path object is the putmost object of your cell at any edge, - * the resulting bounding box might be the wrong size. + * If a path object is the outmost object of your cell at any edge, + * the resulting bounding box might be the wrong size. The devistion from the real size + * is guaranteed to be within the width of the path object. * * @param box Resulting boundig box. Will be updated and not overwritten * @param cell Toplevel cell