ldoc
ldoc copied to clipboard
Tag Modifiers for @function
trafficstars
The function tag does not support tag modifier. If I run ldoc on this code :
---
-- @function[foo=bar] myfunc
-- My func is a great function
local function myfunc()
print "foo"
end
ldoc give me a parse error (test.lua:8: ?: 'name' cannot have multiple values)