RE: [OT] Automatic Javadoc - ing

2005-06-09 Thread Brian McGovern
- From: Brett Connor [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 11:31 AM To: Struts Users Mailing List Subject: Re: [OT] Automatic Javadoc - ing From: "Brian McGovern" <[EMAIL PROTECTED]> >>I want to add javadoc comments to all my classes.. but am looking for a >

Re: [OT] Automatic Javadoc - ing

2005-06-09 Thread Brett Connor
From: "Brian McGovern" <[EMAIL PROTECTED]> I want to add javadoc comments to all my classes.. but am looking for a way to do this automatically. What's the point? Until there is an automatic tool that adds a useful description based on an understanding of a class's responsibilities,

Re: [OT] Automatic Javadoc - ing

2005-06-09 Thread Wendy Smoak
From: "Brian McGovern" <[EMAIL PROTECTED]> > I want to add javadoc comments to all my classes.. but am looking for a way to do this automatically. I use a JEdit plugin called "JavaStyle" that generates JavaDoc stubs in addition to fixing indenting, etc. Looks like it's part of this project: http

RE: [OT] Automatic Javadoc - ing

2005-06-09 Thread Ray Madigan
Have you looked at ant.apache.org. ant has a javadoc and a javadoc2 task. -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 7:17 AM To: Struts Users Mailing List Subject: [OT] Automatic Javadoc - ing I have just pretty much wrapped up the

Re: [OT] Automatic Javadoc - ing

2005-06-09 Thread Martin Gainty
: "Brian McGovern" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 09, 2005 10:17 AM Subject: [OT] Automatic Javadoc - ing I have just pretty much wrapped up the development phase of a prject and am cleaning up the code etc. I want to add

[OT] Automatic Javadoc - ing

2005-06-09 Thread Brian McGovern
I have just pretty much wrapped up the development phase of a prject and am cleaning up the code etc. I want to add javadoc comments to all my classes.. but am looking for a way to do this automatically. Does anyone know of a tool that can do this. I use netbeans as an editor and they have so