05/23: phpDocumentor Manual
Category: Web dev
Posted by: hajime osako
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;