|
From: Dmitriy K. <dko...@ru...> - 2004-07-27 18:20:07
|
I think it was discussed before, but I just wanted to re-iterate. I just want to be consistent with our javadoc style. I noticed there are some @since tags with the date. Personally I would prefer the release version as it's easier to see since what version the file (class) was introduced, i.e @since 1.0.2. Also not all the files have @version tag with CVS $Id$ keyword substitution. So I would propose the standard javadoc template for every class, something like this: /** * <Insert type description> * * @author <Developer Name> * @since <Release version> * @version $Id:$ */ ...plus any optional tags such as @see What does everyone think? Regards, Dmitriy. |