phpDocumentor
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]
Prev Next

@license

Display a hyperlink to a URL for a license

Gregory Beaver
Tag Documentation written by [email protected]
Copyright 2002, Gregory Beaver
(phpDocumentor 1.2+)
@license URL name of license

Description

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

URL is any valid Uniform Resource Locator that points to the full text of a license. The description for the license is optional

Example

Here's an example:

  1. /**
  2.  * Displays <a href="http://opensource.org/licenses/gpl-license.php">GNU Public License</a>
  3.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  4.  */
  5. class opensource_class {...}

Prev Up Next
@internal phpDocumentor tags @link

Documentation generated on Tue, 06 Dec 2011 07:09:38 -0600 by phpDocumentor 1.4.4