How to write javadoc links?

后端 未结 3 1291
礼貌的吻别
礼貌的吻别 2021-02-02 06:22

How do I write links into javadocs?

Currently, I have something like:

{@link java.lang.Math#sqrt(double) Math.sqrt}

to produce the text

3条回答
  •  故里飘歌
    2021-02-02 07:00

    This document might be of assistance, remember that for @link you need to use the URL for the doc you are linking to.

提交回复
热议问题