Merge pull request #1110 from revarbat/revarbat_dev

Minor docs fix.
This commit is contained in:
Revar Desmera 2023-03-30 19:40:50 -07:00 committed by GitHub
commit 2f98711908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1799,7 +1799,8 @@ module text(text, size=10, font="Helvetica", halign, valign, spacing=1.0, direct
// Module: round2d()
// Synopsis: Rounds the corners of 2d objects.
// Topics: Rounding
// See Also: shell2d(), round3d(), minkowski_difference()
// Usage:
// round2d(r) [ATTACHMENTS];
// round2d(or=) [ATTACHMENTS];
@ -1830,7 +1831,8 @@ module round2d(r, or, ir)
// Module: shell2d()
// Synopsis: Creates a shell from 2D children.
//
// Topics: Shell
// See Also: round2d(), round3d(), minkowski_difference()
// Usage:
// shell2d(thickness, [or], [ir])
// Description: