From owner-freebsd-java@FreeBSD.ORG Mon Jan 12 08:05:56 2009 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98B25106566C for ; Mon, 12 Jan 2009 08:05:56 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id 30CEC8FC13 for ; Mon, 12 Jan 2009 08:05:56 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 9048 invoked by uid 2001); 12 Jan 2009 08:05:55 -0000 Date: Mon, 12 Jan 2009 02:05:55 -0600 From: "Rick C. Petty" To: Chuck Robey Message-ID: <20090112080555.GB8590@keira.kiwi-computer.com> References: <496A5075.8050708@telenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496A5075.8050708@telenix.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-java@FreeBSD.org Subject: Re: javadoc authoring tool? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd2008@kiwi-computer.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 08:05:57 -0000 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