I have a zend project where I want to use phpDocumentor 2 for documentation. My problem are the phtml files. 1.) I got the error of "No page-level DocBlock was found" although I added it at the beginning. A workaround is adding something like a php variable after DocBlock. Is there a better way?
2.) In the DocBlock of phtml files I add @package tag. But either responsive nor zend template show that package. Why?
Thanks for helping!