RE: [Xdoclet-devel] Javadoc 1.4 @inheritDoc

2001-11-28 Thread Vincent Harcq
Ooops I was out of xdoclet for too long, I got it now. Thanks Vincent. > > Javadoc 1.4 have a new tag @inheritDoc that allows to copy the doc > from > > the superclasses/methods in the doc of the class that is generated. > > Have somebody tried it ? I guess that with that a changed > supercla

RE: [Xdoclet-devel] Javadoc 1.4 @inheritDoc

2001-11-28 Thread Ara Abrahamian
> Javadoc 1.4 have a new tag @inheritDoc that allows to copy the doc from > the superclasses/methods in the doc of the class that is generated. > Have somebody tried it ? > I guess that with that a changed superclass will be seen by javadoc and > the doc re-generated. > It is the biggest problem t

Re: [Xdoclet-devel] Javadoc 1.4 @inheritDoc

2001-11-28 Thread rinkrank clob
> >To: <[EMAIL PROTECTED]> >Subject: [Xdoclet-devel] Javadoc 1.4 @inheritDoc >Date: Wed, 28 Nov 2001 11:43:41 +0100 > >Hi, >Javadoc 1.4 have a new tag @inheritDoc that allows to copy the doc from >the superclasses/methods in the doc of the class that is generated. >H

[Xdoclet-devel] Javadoc 1.4 @inheritDoc

2001-11-28 Thread Vincent Harcq
Hi, Javadoc 1.4 have a new tag @inheritDoc that allows to copy the doc from the superclasses/methods in the doc of the class that is generated. Have somebody tried it ? I guess that with that a changed superclass will be seen by javadoc and the doc re-generated. It is the biggest problem today tha