summaryrefslogtreecommitdiff
path: root/Data/Libraries/LDoc/tests/easy/easy.lua
blob: 00dca9748a7f8c17fd0c42d69b733c9e8da7a7f6 (plain)
1
2
3
4
5
6
7
8
--- simplified LDoc colon style.
-- You have to use -C flag or 'colon=true' for this one!
module 'easy'

--- First one.
-- string: name
-- int: age
function first(name,age) end