We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b2d585 + 6fbe305 commit 6b86debCopy full SHA for 6b86deb
1 file changed
tools/love-api.lua
@@ -82,6 +82,9 @@ function buildType(param)
82
if param.table then
83
return buildDocTable(param.table)
84
end
85
+ if param.arraytype then
86
+ return ('%s[]'):format(getTypeName(param.arraytype))
87
+ end
88
return getTypeName(param.type)
89
90
0 commit comments