LDoc2tl/tests/styles/struct.lua

13 lines
247 B
Lua
Raw Normal View History

2013-08-25 10:47:45 +02:00
------
-- functions returning compound types
-- @module struct
-----
-- returns a 'struct'.
-- @string name your name dammit
-- @treturn * details of person
-- @tfield string name of person
-- @tfield int age of person
function struct(name) end