SPELL="luadoc" VERSION="3.0.1" SOURCE="${SPELL}-${VERSION}.tar.gz" SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.gz}" SOURCE_URL[0]="http://luaforge.net/frs/download.php/3185/${SOURCE}" SOURCE_HASH="sha512:413b40e72cc0699c00caf47fe3d7233c8619bfd6064eac001762bcb2ae0b21ccc6f800bd05566cd83924546e5616d1e5840d8bc20ec6d1f1c7a64910a9df6be2" WEB_SITE="http://luadoc.luaforge.net/" ENTERED="20090828" LICENSE[0]="MIT" SHORT="documentation generator tool for Lua source code" cat << EOF 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. Please refer to customizing section for further information. LuaDoc is free software and uses the same license as Lua. EOF