lua-users home
lua-l archive

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


I can't seem to find any info about how to document tables using
LuaDoc. I stuck this in one of my .luadoc files:

--- asdf
-- @field blah what is this I don't even
bananas = {
	blah = 123
}

but it doesn't show up in the document at all. I assume .luadoc files
are parsed the same as Lua source files?

-- 
Sent from my toaster.