removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / find_phpdoc.php
diff --git a/mods/phpdoc2/PhpDocumentor/phpDocumentor/find_phpdoc.php b/mods/phpdoc2/PhpDocumentor/phpDocumentor/find_phpdoc.php
deleted file mode 100644 (file)
index 11d9e96..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<?php\r
-/**\r
- * Utility file to locate phpDocumentor for a non-PEAR installation\r
- *\r
- * phpDocumentor :: automatic documentation generator\r
- * \r
- * PHP versions 4 and 5\r
- *\r
- * Copyright (c) 2002-2007 Gregory Beaver\r
- * \r
- * LICENSE:\r
- * \r
- * This library is free software; you can redistribute it\r
- * and/or modify it under the terms of the GNU Lesser General\r
- * Public License as published by the Free Software Foundation;\r
- * either version 2.1 of the License, or (at your option) any\r
- * later version.\r
- * \r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Lesser General Public License for more details.\r
- * \r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
- *\r
- * @category   ToolsAndUtilities\r
- * @package    phpDocumentor\r
- * @subpackage setup\r
- * @author     Gregory Beaver <cellog@php.net>\r
- * @copyright  2002-2007 Gregory Beaver\r
- * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL\r
- * @version    CVS: $Id: find_phpdoc.php,v 1.5 2007/11/17 03:09:41 ashnazg Exp $\r
- * @filesource\r
- * @link       http://www.phpdoc.org\r
- * @link       http://pear.php.net/PhpDocumentor\r
- * @since      1.2\r
- * @todo       CS cleanup - change package to PhpDocumentor\r
- * @todo       CS cleanup - change subpackage to Setup\r
- */\r
-/**\r
- * Dummy value\r
- * @internal CS Exception - logic here necessitates using an unconditional "include"\r
- */\r
-@include '';\r
-// value used to test whether include worked\r
-return 6;\r
-?>\r