6,834
edits
No edit summary |
No edit summary |
||
Line 520: | Line 520: | ||
if isEvent then | if isEvent then | ||
rows[i] = { (i + 1)..") ", p.formatType(tokens[1], frame), p.formatName(tokens[2], frame), p.formatDescription( | rows[i] = { (i + 1)..") ", p.formatType(tokens[1], frame), p.formatName(tokens[2], frame), p.formatDescription(table.concat(tokens, ' ', 3, #tokens)) } | ||
else | else | ||
local parts = p.getArgParts(arg) | local parts = p.getArgParts(arg) | ||
if parts.optional then | if parts.optional then | ||
if parts.defaultValueIsSpecified then | if parts.defaultValueIsSpecified then |
edits