@link

(phpDocumentor 0.1+ )

@link --  display a hyperlink in the documentation

Description

@link URL

You may use the @link tag to document any element (include, page, class, function, define, method, variable)

Caution

@link only displays hyperlinks. If you want to display links to element documentation, use @see or inline {@link}

URL is any valid Uniform Resource Locator (http://www.example.com, telnet://example.com, ftp://ftp.example.com, etc.)

Here's an example:

/**
* Displays http://www.example.com
* @link http://www.example.com
*/
define("TEST_CONSTANT",3);