@see
Syntax
@see <link>
Overview
This tag is used to link to related symbols or list hyperlinks with additional information.
Example(s)
/**
* @see AlgorithmFactory
* @see https://example.com/white-paper-on-algorithm
*/
class Algorithm {
}
@see <link>
This tag is used to link to related symbols or list hyperlinks with additional information.
/**
* @see AlgorithmFactory
* @see https://example.com/white-paper-on-algorithm
*/
class Algorithm {
}