From owner-freebsd-java@FreeBSD.ORG Mon Jan 12 01:20:40 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 C6CB1106564A for ; Mon, 12 Jan 2009 01:20:40 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id 47BC38FC08 for ; Mon, 12 Jan 2009 01:20:35 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id n0C0cXVR005679; Mon, 12 Jan 2009 01:38:33 +0100 From: Pieter de Goeje To: freebsd-java@freebsd.org Date: Mon, 12 Jan 2009 01:38:32 +0100 User-Agent: KMail/1.9.10 References: <496A5075.8050708@telenix.org> In-Reply-To: <496A5075.8050708@telenix.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901120138.32812.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Chuck Robey Subject: Re: javadoc authoring tool? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 01:20:41 -0000 On Sunday 11 January 2009 21:03:01 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). I don't know exactly what you mean by javadoc "authoring", but eclipse has pretty neat auto completing javadoc support. If by generating javadoc you mean automatic @param generation, then yes, eclipse does that too. The generate javadoc menu item also works pretty well ;-). It's all I ever needed for my javadoc needs. Cheers, Pieter de Goeje