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

@copyright

Document Copyright information

Gregory Beaver
Tag Documentation written by cellog@php.net
Copyright 2002, Gregory Beaver
(phpDocumentor 0.1+)
@copyright copyright information

Description

The @copyright tag is used to document the copyright information of any element that can be documented (global variable, include, constant, function, define, class, variable, method, page). phpDocumentor will display the copyright string unaltered.

NEW v1.2 - @copyright is now inherited by child classes from a parent class, see inline {@inheritdoc}.

Example

  1. /**
  2.  * Page-Level DocBlock example.
  3.  * @author Gregory Beaver <cellog@php.net>
  4.  * @copyright Copyright (c) 2002, Gregory Beaver
  5.  */
  6. /**
  7.  * function datafunction
  8.  */
  9. function datafunction()
  10. {
  11. ...
  12. }

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