6,834
edits
No edit summary |
No edit summary |
||
Line 445: | Line 445: | ||
if type:lower() == "void" then | if type:lower() == "void" then | ||
isVoidReturn = true | isVoidReturn = true | ||
description = "This "..args.type.." doesn't return | description = "This "..args.type.." doesn't return a value." | ||
elseif tokens[2] then | elseif tokens[2] then | ||
description = p.formatDescription(table.concat(tokens, ' ', 2)) | description = p.formatDescription(table.concat(tokens, ' ', 2)) |
edits