This commit is contained in:
Dennis Skinner 2024-12-09 21:51:12 -08:00 committed by GitHub
commit 63ae9f7ce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1155,7 +1155,7 @@ module tag_this(tag)
// - `polygon()` // - `polygon()`
// - `projection()` // - `projection()`
// - `polyhedron()` (or use [`vnf_polyhedron()`](vnf.scad#vnf_polyhedron)) // - `polyhedron()` (or use [`vnf_polyhedron()`](vnf.scad#vnf_polyhedron))
// - `linear_extrude()` (or use [`linear_sweep()`](regions.scad#linear_sweep)) // - `linear_extrude()` (or use [`linear_sweep()`](skin.scad#functionmodule-linear_sweep))
// - `rotate_extrude()` // - `rotate_extrude()`
// - `surface()` // - `surface()`
// - `import()` // - `import()`