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

@copyright

Document Copyright information

by 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. }

Prev Up Next
@category phpDocumentor tags @deprecated

Documentation generated on Mon, 11 Mar 2019 15:50:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.