We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If I have a @see tag with a URL like @see http://someurl I get warning like [php] "\Current\Namesapce\http://someurl is not a valid Fqsen.
@see
@see http://someurl
[php] "\Current\Namesapce\http://someurl is not a valid Fqsen.
As per phpDocumentor's manual the @see can be of form @see [URI | FQSEN] [<description>]. So the error/warning shown is incorrect.
@see [URI | FQSEN] [<description>]