From 732de27907b5c3f40d37259326d7b5b7d7b9ca9e Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 30 Mar 2023 19:39:49 -0700 Subject: [PATCH] Minor docs fix. --- shapes2d.scad | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shapes2d.scad b/shapes2d.scad index c88670a..addb1ef 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -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: