From f364dcc8401580333c2b2c3473920aee2a606a1c Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 18 May 2020 17:33:20 +0800 Subject: [PATCH] add comment --- src/lines_intersection2.scad | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lines_intersection2.scad b/src/lines_intersection2.scad index 85d45f78..be942a9e 100644 --- a/src/lines_intersection2.scad +++ b/src/lines_intersection2.scad @@ -1,3 +1,13 @@ +/** +* lines_intersection2.scad +* +* @copyright Justin Lin, 2020 +* @license https://opensource.org/licenses/lgpl-3.0.html +* +* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-lines_intersection2.html +* +**/ + use <__comm__/__line_intersection.scad>; use <__comm__/__in_line.scad>;