Re: RFR: 8285470: Improve handling of @inheritDoc [v2]

2022-04-22 Thread ExE Boss
On Fri, 22 Apr 2022 15:50:28 GMT, Pavel Rappo wrote: >> The only taglet that along with its own tag needs to know the immediately >> enclosing tag is `InheritDocTaglet`: >> >> @return {@inheritDoc} >> @throws NullPointerException {@inheritDoc} >> @param p {@inheritDoc} >> >>

Re: RFR: 8285470: Improve handling of @inheritDoc [v2]

2022-04-22 Thread Pavel Rappo
> The only taglet that along with its own tag needs to know the immediately > enclosing tag is `InheritDocTaglet`: > > @return {@inheritDoc} > @throws NullPointerException {@inheritDoc} > @param p {@inheritDoc} > > However, the immediately enclosing tag is unconditionally passed to