@version

(phpDocumentor 0.1+ )

@version --  Version of current element

Description

@version versionstring [unspecified format]

you may document the version of any element, including a page-level block

phpDocumentor displays a @version string without modification, so you may use it in any way you'd like:

/**
* example of @version tag with CVS tag
* @version $Id: file.php,v 1.25 2002/04/12 06:47:10 User Exp $
*/
function datafunction()
{
}

/**
* Custom version string
* @version customversionstring1.0
*/
class blah
{
}