6,834
edits
No edit summary |
No edit summary |
||
Line 422: | Line 422: | ||
returnType | returnType | ||
..' '..p.getDisplayedName(frame) | ..' '..p.getDisplayedName(frame) | ||
..'('..(#argsText == 0 and 'void' or table.concat(argsText, ', ')..')' | ..'('..(#argsText == 0 and 'void' or table.concat(argsText, ', '))..')' | ||
}) | }) | ||
end | end |
edits