table Typedef
Overview
Typedef = { -- 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 target type of the typedef.
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
.