Fixed libfile portion of structs.scad docs.

This commit is contained in:
Revar Desmera 2019-11-08 18:05:41 -08:00
parent 3d0d34850d
commit 1a0b026da5
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
//////////////////////////////////////////////////////////////////////
// LibFile: structs.scad
// Struct/Dictionary manipulation functions.
// To use, add the following lines to the beginning of your file:
// ```
// use <BOSL2/std.scad>
// use <BOSL2/structs.scad>
// ```
//////////////////////////////////////////////////////////////////////
// Section: struct operations
//
// A struct is a data structure that associates arbitrary keywords (of any type) with values (of any type).

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,19];
BOSL_VERSION = [2,0,20];
// Section: BOSL Library Version Functions