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); |
Prev | Home | Next |
@name | Up | @see |
Tag Documentation written by Gregory Beaver <cellog@users.sourceforge.net>
Copyright © 2002, Gregory Beaver