@version
Version of current element
Gregory Beaver
Copyright 2002, Gregory Beaver
(phpDocumentor 0.1+)
@version
versionstring [unspecified format]
Description
Documents the version of any element, including a page-level block
NEW v1.2 - @version is now inherited by child classes from a parent class, see inline {@inheritdoc}.
Example
phpDocumentor displays a @version string without modification, so it may be used in any way you'd like:
- /**
- * example of @version tag with CVS tag
- * @version $Id: tags.version.pkg,v 1.2 2006-04-29 04:08:27 cellog Exp $;
- */
- function datafunction()
- {
- }
-
- /**
- * Custom version string
- * @version customversionstring1.0
- */
- class blah
- {
- }