[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Documentation tools
- From: PA <petite.abeille@...>
- Date: Wed, 5 Jan 2005 16:41:47 +0100
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.