This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: which javadoc are we using???
- To: burton at relativity dot yi dot org (Kevin A. Burton)
- Subject: Re: which javadoc are we using???
- From: Tom Tromey <tromey at redhat dot com>
- Date: 08 Feb 2001 09:59:28 -0700
- Cc: java-discuss at sources dot redhat dot com
- References: <m3lmrhvpws.fsf@relativity.yi.org>
- Reply-To: tromey at redhat dot com
>>>>> "Kevin" == Kevin A Burton <burton@relativity.yi.org> writes:
Kevin> What are we currently using for javadoc? I keep seeing
Kevin> references to 'javadoc' within the Makefile but does this rely
Kevin> on the SUN javadoc impl?
I think Anthony used the Sun JDK javadoc.
It looks like Classpath has a javadoc implementation. I have not
tried it. If that works for us then we should definitely start using
it.
Kevin> The reason I ask is that I want a FAST javadoc implementation
Kevin> that I can use from within the Emacs JDE.
You could try compiling the Sun javadoc with gcj :-)
Kevin> I took a look at doxygen but is this what we are relying on???
Would doxygen work for us? Anthony wrote a doclet to generate
Texinfo.
Tom