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
{
}
|
| Prev | Home | Next |
| @ignore | Up | @author |
Tag Documentation written by Gregory Beaver <cellog@users.sourceforge.net>
Copyright © 2002, Gregory Beaver