From 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 11 Sep 2013 15:56:48 +0200 Subject: Merge up to r3319 --- buildscripts/PhpDocumentor/phpdoc | 53 --------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 buildscripts/PhpDocumentor/phpdoc (limited to 'buildscripts/PhpDocumentor/phpdoc') diff --git a/buildscripts/PhpDocumentor/phpdoc b/buildscripts/PhpDocumentor/phpdoc deleted file mode 100644 index f492c186..00000000 --- a/buildscripts/PhpDocumentor/phpdoc +++ /dev/null @@ -1,53 +0,0 @@ - - * @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 - */ - -@ob_end_clean(); // make output from autofind php code disapear - -/** - * utility: determine whether we're in PEAR or not - * @internal CS Exception- logic here necessitates using an unconditional "include" - */ -$test = @include "phpDocumentor/find_phpdoc.php"; -if ($test == 6) { - // find_phpdoc.php returns 6 - include "phpDocumentor/phpdoc.inc"; -} else { - echo "Error: phpDocumentor not found" . PHP_EOL; -} -?> -- cgit v1.2.3