mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 08:19:43 +00:00
Fixed libfile portion of structs.scad docs.
This commit is contained in:
parent
3d0d34850d
commit
1a0b026da5
2 changed files with 12 additions and 1 deletions
11
structs.scad
11
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 <BOSL2/std.scad>
|
||||||
|
// use <BOSL2/structs.scad>
|
||||||
|
// ```
|
||||||
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
// Section: struct operations
|
// Section: struct operations
|
||||||
//
|
//
|
||||||
// A struct is a data structure that associates arbitrary keywords (of any type) with values (of any type).
|
// A struct is a data structure that associates arbitrary keywords (of any type) with values (of any type).
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,19];
|
BOSL_VERSION = [2,0,20];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue