|
TagSee
@see
The @see TagThe @see tag allows you to refer to another symbol or resource that may be related to the one being documented. Syntax@see seeDescription
ExampleIf the first word is a documented symbol then that will become a link to the documentation, otherwise the text is displayed exactly as entered (meaning @link tags will not be rendered). /** * @see ClassName#methodName * @see The <a href="http://www.example.com">Example Project</a>. */ See Also
|