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 de

Re: [OT] Automatic Javadoc - ing

2005-06-09 Thread Martin Gainty
Brian- Modify the build.xml that is generated from your IDE de jour..JDeveloper, JBuilder and or Eclipse and add in the task see http://ant.apache.org/manual/CoreTasks/javadoc.html for details- Please Post your query to user@ant.apache.org Thanks, Martin- - Original Message - From: "B