#!/usr/bin/env php * @copyright 2000-2007 Joshua Eichorn * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @filesource * @link http://www.phpdoc.org * @link http://pear.php.net/PhpDocumentor * @todo CS cleanup - change package to PhpDocumentor */ $base_dir = dirname( dirname( __FILE__ ) ); // require config to get CiviCRM related include paths straight require_once '../civicrm.config.php'; require "$base_dir/../packages/PhpDocumentor/phpDocumentor/phpdoc.inc"; ?>