r,
> is that correct?
>
> I'll sponsor your change, filing an issue, posting a webrev and getting
> a review.
>
> -- Jon
>
> On 9/25/19 6:41 PM, Yano, Masanori wrote:
> > Hello.
> >
> > TagletManager registers a SimpleTaglet for handling @exception tags.
&
Hello.
TagletManager registers a SimpleTaglet for handling @exception tags.
But because inherit() method of SimpleTaglet handles only the first encountered
tag,
two or more @exception tags cannot be handled by this way.
In addition, this method cannot inherit description from @throws tags of supe