mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 09:10:27 +02:00
fixed indentation
This commit is contained in:
@@ -314,10 +314,10 @@ function get_height(h=undef,l=undef,height=undef,dflt=undef) =
|
|||||||
|
|
||||||
// Function: get_named_args(positional, named, _undef)
|
// Function: get_named_args(positional, named, _undef)
|
||||||
// Usage:
|
// Usage:
|
||||||
// function f(pos1=_undef, pos2=_undef,...,
|
// function f(pos1=_undef, pos2=_undef,...,
|
||||||
// named1=_undef, named2=_undef, ...) =
|
// named1=_undef, named2=_undef, ...) =
|
||||||
// let(args = get_named_args([pos1, pos2, ...],
|
// let(args = get_named_args([pos1, pos2, ...],
|
||||||
// [[named1, default1], [named2, default2], ...]),
|
// [[named1, default1], [named2, default2], ...]),
|
||||||
// named1=args[0], named2=args[1], ...)
|
// named1=args[0], named2=args[1], ...)
|
||||||
// ...
|
// ...
|
||||||
// Description:
|
// Description:
|
||||||
|
Reference in New Issue
Block a user