lua-users home
lua-l archive

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



On Jan 05, 2005, at 17:38, Andre Carregal wrote:

Have you checked LuaDoc? It uses JavaDoc style in-source comments and we
plan to upgrade it to Lua 5 asap.

Talking about this unfortunate JavaDoc style, perhaps you might want to consider an, er, "alternative" format:

http://alt.textdrive.com/dydoc/

Here is an example dydoc for java.lang.String:

http://alt.textdrive.com/assets/public/docs/java.lang.String.cls.html

A dydoc of the entire J2SDK is available for download:

http://alt.textdrive.com/download/9/dydoc-the-download

Cheers,

PA.