From 98dbe6f0d2edfff3a1f5785504504b4a6e5dd4eb Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Sat, 19 Nov 2011 11:33:31 +0000 Subject: updating phpDocumentor, part 2: add new version --- .../PhpDocumentor/phpDocumentor/find_phpdoc.php | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100755 buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php (limited to 'buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php') diff --git a/buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php b/buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php new file mode 100755 index 00000000..5ca7d2de --- /dev/null +++ b/buildscripts/PhpDocumentor/phpDocumentor/find_phpdoc.php @@ -0,0 +1,49 @@ + + * @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; +?> -- cgit v1.2.3