From 1a0b026da5953be801587ae3362599829201982e Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 8 Nov 2019 18:05:41 -0800 Subject: [PATCH] Fixed libfile portion of structs.scad docs. --- structs.scad | 11 +++++++++++ version.scad | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/structs.scad b/structs.scad index d0be5ad..d8f7d49 100644 --- a/structs.scad +++ b/structs.scad @@ -1,3 +1,14 @@ +////////////////////////////////////////////////////////////////////// +// LibFile: structs.scad +// Struct/Dictionary manipulation functions. +// To use, add the following lines to the beginning of your file: +// ``` +// use +// use +// ``` +////////////////////////////////////////////////////////////////////// + + // Section: struct operations // // A struct is a data structure that associates arbitrary keywords (of any type) with values (of any type). diff --git a/version.scad b/version.scad index 699ac3f..1be5831 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,19]; +BOSL_VERSION = [2,0,20]; // Section: BOSL Library Version Functions