How do document include files?
<?
/**
* Page Class
*
* A page to control a 'page'
*
* @package Intranet
* @version 0.1
* @author Nola
*/
include_once("PEAR.php");
class Page extends PEAR {
...
I get this error with PHPDocumentor
Warning on line 10 - Page-level DocBlock precedes "include_once Page.class.php", use another DocBlock to document the source element
Warning on line 12 - no @package tag was used in a DocBlock for class Page