mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-23 14:33:05 +02:00
Improved docs gen script for Returns:, Custom:, Includes:, Topics:, and positional/named args spits.
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
// LibFile: turtle3d.scad
|
||||
// Three dimensional turtle graphics to generate 3d paths or sequences
|
||||
// of 3d transformations.
|
||||
// To use, add the following lines to the beginning of your file:
|
||||
// ```
|
||||
// Includes:
|
||||
// include <BOSL2/std.scad>
|
||||
// include <BOSL2/turtle3d.scad>
|
||||
// ```
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
include<structs.scad>
|
||||
|
||||
|
Reference in New Issue
Block a user