6,834
edits
No edit summary |
No edit summary |
||
Line 599: | Line 599: | ||
local description = p.formatDescription(table.concat(callbackTokens, ' ', 3)) | local description = p.formatDescription(table.concat(callbackTokens, ' ', 3)) | ||
do | do | ||
if parameterType == "void" then | |||
if | |||
table.insert(callbackSyntax, 'void') | table.insert(callbackSyntax, 'void') | ||
else | else | ||
table.insert(callbackSyntax, '[ '..tokens[1]..' '..tokens[2]..' = '..defaultValue..' ]') | |||
end | end | ||
end | end |
edits