This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: API doc
- From: Tom Tromey <tromey at redhat dot com>
- To: Jochen Rassler <jochen at cornmania dot de>
- Cc: java at gcc dot gnu dot org
- Date: 19 Jan 2005 17:33:00 -0700
- Subject: Re: API doc
- References: <1106178669.1584.20.camel@jogix.sojox>
- Reply-to: tromey at redhat dot com
>>>>> "Jochen" == Jochen Rassler <jochen@cornmania.de> writes:
Jochen> I am looking for a API-doc for libgcj. Maybe something like sun's
Jochen> API-doc, in which all classes and methods a described.
Jochen> Does anyone have a pointer for me?
We have javadoc comments in a lot of the source.
Right now I don't think anybody is running javadoc and generating
html. I know Mark Wielaard has this set up for Classpath (which is
basically the same as libgcj), but I don't know if he's made it
available yet.
We really ought to put this stuff on our web site, or at least link
to whatever docs Classpath provides.
Tom