This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: dcoumentation question
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java at gcc dot gnu dot org
- Date: 24 Aug 2002 12:16:31 -0600
- Subject: Re: dcoumentation question
- References: <E17iYFr-0003I4-00@majestix.konqueror.de>
- Reply-to: tromey at redhat dot com
Michael> I saw that some documentation of classes/methods in libgcj
Michael> use @since/@deprecated but not all.
Yes. Historically libgcj didn't use javadoc at all. With the
Classpath merge we gained a lot of javadoc, and now we prefer that new
methods have javadoc.
Michael> Should this be added where appropriate or can this
Michael> documentaion modifiers be ignored ?
I think these markers should definitely be added. IMO a change that
adds @deprecated or @since and does nothing else is preapproved. (Of
course it would have to go in to Classpath as well.)
Tom