Hi there. I keep trying and failing to figure out how to format a PHPDoc that can link to either an external URL (with anchor text) or a docblock on another method. Is this supported? If so, is it documented anywhere? I can't find anything via google or forum search, and nothing I try according to the existing syntax on other sites seems to work either...
(also: is there any way to directly include a snippet from some other docblock? For example, text describing some argument's syntax that is shared among multiple functions...)