Improved docs gen script for Returns:, Custom:, Includes:, Topics:, and positional/named args spits.

This commit is contained in:
Garth Minette
2021-01-05 01:20:01 -08:00
parent a683fa9ead
commit f9aa81e178
54 changed files with 312 additions and 275 deletions

View File

@@ -2,11 +2,9 @@
// LibFile: rounding.scad
// Routines to create rounded corners, with either circular rounding,
// or continuous curvature rounding with no sudden curvature transitions.
// To use, add the following lines to the beginning of your file:
// ```
// Includes:
// include <BOSL2/std.scad>
// include <BOSL2/rounding.scad>
// ```
//////////////////////////////////////////////////////////////////////
include <beziers.scad>
include <structs.scad>