Something like:
(就像是:)
/** * See {@linktourl http://google.com} */
This creates a "See Also" heading containing the link, ie:
(这将创建一个包含链接的“另请参见”标题,即:)
/** * @see <a href="http://google.com">http://google.com</a> */
will render as:
(将呈现为:)
See Also: (也可以看看:) http://google.com (http://google.com)
See Also:
(也可以看看:) http://google.com
(http://google.com)
whereas this:
(而这个:)
/** * See <a href="http://google.com">http://google.com</a> */
will create an in-line link:
(将创建一个内嵌链接:)
See http://google.com (请参阅http://google.com)
See http://google.com
(请参阅http://google.com)
1.4m articles
1.4m replys
5 comments
57.0k users