phpdox
phpdox copied to clipboard
{@link URL description} implementation
Is there any plan to implement the {@link URL description} tag?
The annotation parser should already be able to detect and handle this, but currently the output template does ignore it. This is most probably going to be changed for the upcoming 0.5 version of phpDox.
Will it support both syntax?
{@link My\Beautiful\Class}
{@link My\Beautiful\Class::getId}
{@link http://http://www.php.net/manual/en/language.oop5.php Classes and Objects}
Looks doable to me, so I'd say yes.
Great Arne!