ldoc icon indicating copy to clipboard operation
ldoc copied to clipboard

Tag Modifiers for @function

Open mgu opened this issue 12 years ago • 3 comments
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)

mgu avatar Feb 21 '13 08:02 mgu