Merge pull request #420 from martincizek/fix-function-header-typos

This commit is contained in:
Revar Desmera 2021-02-17 14:43:09 -08:00 committed by GitHub
commit 3ba84a2ab3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -409,7 +409,7 @@ function posmod(x,m) =
(x%m+m)%m;
// Function: modang(x)
// Function: modang()
// Usage:
// ang = modang(x)
// Description:

View file

@ -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:

View file

@ -870,7 +870,7 @@ module vnf_validate(vnf, size=1, show_warns=true, check_isects=false) {
// Section: VNF transformations
//
// Function: vnf_halfspace(halfspace, vnf)
// Function: vnf_halfspace()
// Usage:
// vnf_halfspace([a,b,c,d], vnf)
// Description: