-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
CHG return names and parentheses can be used in DocFunction
---@type fun():(x: number, y: number, ...: number)
for example, here
https://wiki.facepunch.com/gmod/sound.Generate
now its function
param with number|table
return value
---@param callbackOrData fun(sampleIndex: number): number|table
should become function|table
param also with return value name
---@param callbackOrData fun(sampleIndex: number):(sampleValue: number)|table
https://wiki.facepunch.com/gmod/spawnmenu.GetContentType
duplicated second return from first return fun
---@return fun(container: Panel, data: table): Panel # The panel creation function.
--- ....
--- Function return value(s):
--- * Panel `pnl` - The created panel
---@return Panel # The created panel
luttje
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working