11d9e96167e3196c6383eec07fb206cb06183877
[atutor.git] / mods / phpdoc2 / PhpDocumentor / phpDocumentor / find_phpdoc.php
1 <?php\r
2 /**\r
3  * Utility file to locate phpDocumentor for a non-PEAR installation\r
4  *\r
5  * phpDocumentor :: automatic documentation generator\r
6  * \r
7  * PHP versions 4 and 5\r
8  *\r
9  * Copyright (c) 2002-2007 Gregory Beaver\r
10  * \r
11  * LICENSE:\r
12  * \r
13  * This library is free software; you can redistribute it\r
14  * and/or modify it under the terms of the GNU Lesser General\r
15  * Public License as published by the Free Software Foundation;\r
16  * either version 2.1 of the License, or (at your option) any\r
17  * later version.\r
18  * \r
19  * This library is distributed in the hope that it will be useful,\r
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
22  * Lesser General Public License for more details.\r
23  * \r
24  * You should have received a copy of the GNU Lesser General Public\r
25  * License along with this library; if not, write to the Free Software\r
26  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
27  *\r
28  * @category   ToolsAndUtilities\r
29  * @package    phpDocumentor\r
30  * @subpackage setup\r
31  * @author     Gregory Beaver <cellog@php.net>\r
32  * @copyright  2002-2007 Gregory Beaver\r
33  * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL\r
34  * @version    CVS: $Id: find_phpdoc.php,v 1.5 2007/11/17 03:09:41 ashnazg Exp $\r
35  * @filesource\r
36  * @link       http://www.phpdoc.org\r
37  * @link       http://pear.php.net/PhpDocumentor\r
38  * @since      1.2\r
39  * @todo       CS cleanup - change package to PhpDocumentor\r
40  * @todo       CS cleanup - change subpackage to Setup\r
41  */\r
42 /**\r
43  * Dummy value\r
44  * @internal CS Exception - logic here necessitates using an unconditional "include"\r
45  */\r
46 @include '';\r
47 // value used to test whether include worked\r
48 return 6;\r
49 ?>\r