This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dcoumentation question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]