From 6a234b31c5d8e9cc66d3e5770848a04e84288257 Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Mon, 27 Mar 2023 22:48:09 -0700 Subject: [PATCH] Removed ghost reference to polygon() --- drawing.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/drawing.scad b/drawing.scad index df7f2d9..6a3c3c9 100644 --- a/drawing.scad +++ b/drawing.scad @@ -1142,7 +1142,6 @@ function _turtle_command(command, parm, parm2, state, index) = // Module: debug_polygon() // Synopsis: Draws an annotated polygon. // Topics: Shapes (2D) -// See Also: polygon() // // Usage: // debug_polygon(points, paths, [vertices=], [edges=], [convexity=], [size=]);