lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,
how do you document the named parameters of a function with luadoc?

---- a function
-- @param args a table with
-- @field foo some parameter
-- @field bar another parameter

doesn't produce the expected result...

Best
   Martin