пт, 22 нояб. 2019 г. в 22:49, Christopher Schultz
<ch...@christopherschultz.net>:
>
> Konstantin,
>
> On 11/21/19 12:36, Konstantin Kolinko wrote:
> > чт, 21 нояб. 2019 г. в 20:14, <schu...@apache.org>:
> >>
> >> [...]
> >>
> >> commit fdf0ba0aaebaffd588077defea0f56d6ba81396e Author:
> >> Christopher Schultz <ch...@christopherschultz.net> AuthorDate:
> >> Thu Nov 21 11:17:54 2019 -0500
> >>
> >> Add RFC references. ---
> >> java/org/apache/catalina/servlets/WebdavServlet.java | 7 ++++++-
> >> 1 file changed, 6 insertions(+), 1 deletion(-)
> >>
> >> [...]
> >>
> >> + * @see https://tools.ietf.org/html/rfc4918 */
> >
> > This change triggered a compilation failure at Buildbot, see
> > https://ci.apache.org/builders/tomcat-85-trunk/builds/2053
> >
> > IIRC, if a plain URL is used in a '@see' tag it should be in double
> > quotes, @see "https://tools.ietf.org/html/rfc4918";
>
> Thank you for the review. I didn't check javadoc warnings before
> committing.
>
> Here is the documentation for @see:
>
> https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.ht
> ml#see
>
> Should I instead use:
>
> @see <a href="...">...</a>
>
> ?

Yes.

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to