05/23: phpDocumentor Manual
phpDocumentor Manual
class myclass { /** * variable description * @access private * @var integer|string * @link http://www.example.com Example link * @see myclass() * @uses testing, anotherconstant */ var $firstvar = 6;