lua-users home
lua-l archive

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


LuaDoc is a documentation generator tool for Lua source code.
It parses the declarations and documentation comments in a set of Lua source
files and produces a set of XHTML pages describing the commented declarations
and functions.

The output is not limited to XHTML. Other formats can be generated by
implementing new doclets. The format of the documentation comments
is also flexible and can be customized by implementing new taglets.

LuaDoc 3.0 works with Lua 5.1 and is a major refactoring of version 2.0

The source code and documentation is available at
http://luadoc.luaforge.net

LuaDoc is free software and uses the same license as Lua.

Feedback is welcome!