luci/contrib/luadoc/lua/luadoc/doclet/raw.lua
2008-07-23 13:27:25 +00:00

12 lines
395 B
Lua

-----------------------------------------------------------------
-- @release $Id: raw.lua,v 1.5 2007/04/18 14:28:39 tomas Exp $
-----------------------------------------------------------------
module "luadoc.doclet.raw"
-----------------------------------------------------------------
-- Generate the output.
-- @param doc Table with the structured documentation.
function start (doc)
end