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

@license

Display a hyperlink to a URL for a license

Gregory Beaver
Tag Documentation written by cellog@php.net
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 {...}

Выше
@internal phpDocumentor tags @link
    Поддержать сайт на родительском проекте КГБ