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, a
methods pre and post conditions (or is that what you're asking?),
I don't see that
/**
* @param foo
* @param bar
* @return
*/
public int doFooBar(Something Foo, String bar)...
is any more useful than
public int doFooBar(Something Foo, String bar)...
Javadoc will automatically generate parameter names and types anyway.
Just my humble opinion.
Brett Connor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]