6,834
edits
No edit summary |
No edit summary |
||
Line 409: | Line 409: | ||
end | end | ||
return p. | return p.loadTemplate(frame, 'CodeSyntax', { | ||
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