table Property
Overview
Property = { -- fields returnType, argString, paramArray, -- inherited from Member memberKind, protectionKind, virtualKind, flags, id, name, modifiers, group, importArray, path, briefDescription, detailedDescription, inBodyDescription, location, }
Detailed Documentation
Fields
returnType
Holds a LinkedText
table describing the return type of the property.
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
.