table Event
Overview
Event = { -- fields type, argString, paramArray, -- inherited from Member memberKind, protectionKind, virtualKind, flags, id, name, modifiers, group, importArray, path, briefDescription, detailedDescription, inBodyDescription, location, }
Detailed Documentation
Fields
type
Holds a LinkedText
table describing the type of the event.
argString
Holds a string describing type suffix (function parameters, array dimensions, etc)
paramArray
Holds an array table with detailed description of all parameters of the member. Type of each element of the array is Param
.