table Define
Overview
Define = { -- fields paramArray, initializer, -- inherited from Member memberKind, protectionKind, virtualKind, flags, id, name, modifiers, group, importArray, path, briefDescription, detailedDescription, inBodyDescription, location, }
Detailed Documentation
Fields
paramArray
Holds an array table with detailed description of all parameters of the member. Type of each element of the array is Param
.
initializer
Holds a LinkedText
table with the member initializer.