diff options
| author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-11 15:56:48 +0200 | 
|---|---|---|
| committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-11 15:57:07 +0200 | 
| commit | 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 (patch) | |
| tree | d0c2e4d934cc34ba7d4232f759923b5a257dcb21 /buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php | |
| parent | b833247ce597ec26159b46c8dfbea7f1e265950b (diff) | |
Merge up to r3319
Diffstat (limited to 'buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php')
| -rwxr-xr-x | buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php | 49 | 
1 files changed, 0 insertions, 49 deletions
diff --git a/buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php b/buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php deleted file mode 100755 index 5ca7d2de..00000000 --- a/buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php +++ /dev/null @@ -1,49 +0,0 @@ -<?php -/** - * Utility file to locate phpDocumentor for a non-PEAR installation - * - * phpDocumentor :: automatic documentation generator - *  - * PHP versions 4 and 5 - * - * Copyright (c) 2002-2007 Gregory Beaver - *  - * LICENSE: - *  - * This library is free software; you can redistribute it - * and/or modify it under the terms of the GNU Lesser General - * Public License as published by the Free Software Foundation; - * either version 2.1 of the License, or (at your option) any - * later version. - *  - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - *  - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * @category   ToolsAndUtilities - * @package    phpDocumentor - * @subpackage setup - * @author     Gregory Beaver <cellog@php.net> - * @copyright  2002-2007 Gregory Beaver - * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL - * @version    CVS: $Id: find_phpdoc.php 246330 2007-11-17 03:09:41Z ashnazg $ - * @filesource - * @link       http://www.phpdoc.org - * @link       http://pear.php.net/PhpDocumentor - * @since      1.2 - * @todo       CS cleanup - change package to PhpDocumentor - * @todo       CS cleanup - change subpackage to Setup - */ -/** - * Dummy value - * @internal CS Exception - logic here necessitates using an unconditional "include" - */ -@include ''; -// value used to test whether include worked -return 6; -?>  | 
