vrana Wed Aug 22 11:22:35 2007 UTC
Modified files:
/phpdoc/scripts genfuncsummary.php
Log:
WS
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/genfuncsummary.php?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/scripts/genfuncsummary.php
diff -u phpdoc/scripts/genfuncsummary.php:1.4
phpdoc/scripts/genfuncsummary.php:1.5
--- phpdoc/scripts/genfuncsummary.php:1.4 Tue Apr 5 19:37:57 2005
+++ phpdoc/scripts/genfuncsummary.php Wed Aug 22 11:22:35 2007
@@ -16,7 +16,7 @@
| Authors: anatoly techtonik <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: genfuncsummary.php,v 1.4 2005/04/05 19:37:57 techtonik Exp $
+ $Id: genfuncsummary.php,v 1.5 2007/08/22 11:22:35 vrana Exp $
*/
@@ -84,7 +84,7 @@
// output source file name
echo preg_replace("|^[./]+|", "# ", $file)."\n";
$preturn = array();
- $prest = array();
+ $prest = array();
$pdesc = array();
foreach($matches[1] as $mk => $mv) {
$preturn[] = $matches[1][$mk];