PHPDocumentor Manual


PHPDocumentor written by:

Joshua Eichorn <jeichorn@phpdoc.org>
Kellin <passionplay@hotmail.com>
Juan Pablo Morales <ju-moral@uniandes.edu.co>
Florian Clever <fclever@verinform.com>
Dennis Kehrig <TheGeek@web.de>
Greg Beaver <cellog@users.sourceforge.net>

Tag Documentation written by Gregory Beaver <cellog@users.sourceforge.net>
Copyright © 2002, Gregory Beaver


Welcome to the PHPDocumentor Manual! Please refer to the HOWTO for an overview of the usage of PHPDocumentor.

PHPDocumentor HOWTO
Tag Reference

@package Document a collection of elements
@subpackage Document a sub-collection of elements
@access Specify whether an element should be parsed or not
@version Display version information for an element
@author Display author information
@copyright Display Copyright information
@since Display Information on which version an element was introduced to a project
@deprecated Deprecate an element
@return Describe the return value of a function
@var Document the data type of a class variable
@param Describe a parameter of a function
@link Display a hyperlink
@see Display a link to an element's documentation
inline {@link} Display a hyperlink or a link to an element's documentation in the natural text flow
Template Reference