raw.lua 395 B

123456789101112
  1. -----------------------------------------------------------------
  2. -- @release $Id: raw.lua,v 1.5 2007/04/18 14:28:39 tomas Exp $
  3. -----------------------------------------------------------------
  4. module "luadoc.doclet.raw"
  5. -----------------------------------------------------------------
  6. -- Generate the output.
  7. -- @param doc Table with the structured documentation.
  8. function start (doc)
  9. end