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

@copyright

Document Copyright information

Gregory Beaver
Tag Documentation written by [email protected]
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 <[email protected]>
  4.  * @copyright Copyright (c) 2002, Gregory Beaver
  5.  */
  6. /**
  7.  * function datafunction
  8.  */
  9. function datafunction()
  10. {
  11. ...
  12. }

Prev Up Next
@category phpDocumentor tags @deprecated

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