Hi All I've been working on getting the phpdoc working with my local copy of ZF 1.6 and I notice there are quite a lot of warnings and a few errors in the current docs. Is it worth fixing these?
Some of the more common ones are * DocBlock has multiple @return tags, illegal. ignoring additional tag "@return int " * Unknown tag "@const" used * Unknown tag "@+" used * Unknown tag "@constant" used * no @package tag was used in a DocBlock for class * File XXX has no page-level DocBlock, use @package in the first DocBlock to create one * package default is already in category default, will now replace with category Zend Regards Marco
