#summary The @link tag == Usage == {@link _reference_ [_text_]} == Description == Create an inline reference to another function/class/etc. This may appear in any comment section. If text is omitted, then reference would be used as the text == Example == {{{ /** * The function does something similar to {@link com.foo.Bar.magicFunction * magical function}, but relies on async processing. * @function asyncMagic */ }}} == Details == || Since || v1.0 ||