LDoc2tl/tests/easy/easy.lua

8 lines
113 B
Lua
Raw Normal View History

--- simplified LDoc style
module 'easy'
--- First one.
-- string: name
-- int: age
function first(name,age) end