mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Fix function header typos interfering with docs generation.
This commit is contained in:
parent
f0e7bd8597
commit
c59292a40d
@ -409,7 +409,7 @@ function posmod(x,m) =
|
||||
(x%m+m)%m;
|
||||
|
||||
|
||||
// Function: modang(x)
|
||||
// Function: modang()
|
||||
// Usage:
|
||||
// ang = modang(x)
|
||||
// Description:
|
||||
|
@ -34,7 +34,7 @@ function _substr(str,pos,len,substr="") =
|
||||
_substr(str, pos+1, len-1, str(substr, str[pos]));
|
||||
|
||||
|
||||
// Function suffix()
|
||||
// Function: suffix()
|
||||
// Usage:
|
||||
// suffix(str,len)
|
||||
// Description:
|
||||
@ -726,7 +726,7 @@ function str_pad(str,length,char=" ",left=false) =
|
||||
left ? str(padding,str) : str(str,padding);
|
||||
|
||||
|
||||
// Function str_replace_char()
|
||||
// Function: str_replace_char()
|
||||
// Usage:
|
||||
// newstr = str_replace_char(str, char, replace)
|
||||
// Description:
|
||||
|
Loading…
x
Reference in New Issue
Block a user