Codebase list lua-ldoc / orphan/main tests / easy / easy.lua
orphan/main

Tree @orphan/main (Download .tar.gz)

easy.lua @orphan/mainraw · history · blame

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