Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2009 02:05:55 -0600
From:      "Rick C. Petty" <rick-freebsd2008@kiwi-computer.com>
To:        Chuck Robey <chuckr@telenix.org>
Cc:        freebsd-java@FreeBSD.org
Subject:   Re: javadoc authoring tool?
Message-ID:  <20090112080555.GB8590@keira.kiwi-computer.com>
In-Reply-To: <496A5075.8050708@telenix.org>
References:  <496A5075.8050708@telenix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 11, 2009 at 03:03:01PM -0500, Chuck Robey wrote:
> 
> Trying to finish up a learning prject of mine (for java and eclipse), and only
> need to generate the javadoc comments.  Anybody know if there's a good FreeBSD
> port for javadoc authoring?  Or, what's your favorite?  I could write it without
> that, but I'm trying here to learn as many good tools as I can, and so I want a
> authoring tool if I can get one (I can't find (yet) any feature of eclipse to do
> this).

You mean aside from /usr/local/bin/javadoc (which comes with any jdk)?  Are
you talking about a program to compile the javadoc or a tool to help you
write it?  Eclipse makes authoring javadoc easy, since all you should need
to do is type "/**" and either space or enter and it will auto-fill the
expected attributes.

-- Rick C. Petty



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090112080555.GB8590>