From 56a1b20286d6f0566bd1a2ab9699da60282a1d98 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 24 Mar 2020 17:51:42 +0800 Subject: [PATCH] update comments --- src/shape_circle.scad | 2 +- src/sweep.scad | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/shape_circle.scad b/src/shape_circle.scad index 98602f1d..69acfc41 100644 --- a/src/shape_circle.scad +++ b/src/shape_circle.scad @@ -1,7 +1,7 @@ /** * shape_circle.scad * -* @copyright Justin Lin, 2017 +* @copyright Justin Lin, 2020 * @license https://opensource.org/licenses/lgpl-3.0.html * * @see https://openhome.cc/eGossip/OpenSCAD/lib2x-shape_circle.html diff --git a/src/sweep.scad b/src/sweep.scad index 5fdcfa5c..6e65d81e 100644 --- a/src/sweep.scad +++ b/src/sweep.scad @@ -1,3 +1,13 @@ +/** +* sweep.scad +* +* @copyright Justin Lin, 2020 +* @license https://opensource.org/licenses/lgpl-3.0.html +* +* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-sweep.html +* +**/ + use ; module sweep(sections, triangles = "SOLID") {