Doxygen: Update calculate_cell_bounding_box()

* Fix typo
* Extend description
This commit is contained in:
Mario Hüttel 2020-04-24 01:05:37 +02:00
parent 232d025211
commit 2c91956b32

View File

@ -39,8 +39,9 @@
* *
* This function updates a given bounding box with the dimensions of a * 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. * 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, * If a path object is the outmost object of your cell at any edge,
* the resulting bounding box might be the wrong size. * 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 box Resulting boundig box. Will be updated and not overwritten
* @param cell Toplevel cell * @param cell Toplevel cell