Codebase list lua-ldoc / fb6176f3-c178-43f5-bfb4-d6010b14813e/main tests / styles / struct.lua
fb6176f3-c178-43f5-bfb4-d6010b14813e/main

Tree @fb6176f3-c178-43f5-bfb4-d6010b14813e/main (Download .tar.gz)

struct.lua @fb6176f3-c178-43f5-bfb4-d6010b14813e/mainraw · history · blame

------
-- functions returning compound types
-- @module struct

-----
-- returns a 'struct'.
-- @string name your name dammit
-- @tfield string arb stuff
-- @treturn st details of person
-- @tfield[st] string name of person
-- @tfield[st] int age of person
function struct(name) end