mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
Docs formatting fix in place_copies()
This commit is contained in:
parent
f49dfa8a9e
commit
ef0c92cfa5
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
// place_copies(a) ...
|
// place_copies(a) ...
|
||||||
//
|
//
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// a = array of XYZ offset vectors. Default [[0,0,0]]
|
// a = Array of XYZ offset vectors. Default `[[0,0,0]]`
|
||||||
//
|
//
|
||||||
// Side Effects:
|
// Side Effects:
|
||||||
// `$pos` is set to the relative centerpoint of each child copy, and can be used to modify each child individually.
|
// `$pos` is set to the relative centerpoint of each child copy, and can be used to modify each child individually.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,110];
|
BOSL_VERSION = [2,0,111];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue