techtonik Tue Apr 5 10:51:22 2005 EDT
Modified files: /phpdoc/scripts genfunclist.php Log: * finally add documentation for last commit http://cvs.php.net/diff.php/phpdoc/scripts/genfunclist.php?r1=1.3&r2=1.4&ty=u Index: phpdoc/scripts/genfunclist.php diff -u phpdoc/scripts/genfunclist.php:1.3 phpdoc/scripts/genfunclist.php:1.4 --- phpdoc/scripts/genfunclist.php:1.3 Mon Apr 4 16:59:30 2005 +++ phpdoc/scripts/genfunclist.php Tue Apr 5 10:51:21 2005 @@ -19,7 +19,7 @@ | anatoly techtonik <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ - $Id: genfunclist.php,v 1.3 2005/04/04 20:59:30 techtonik Exp $ + $Id: genfunclist.php,v 1.4 2005/04/05 14:51:21 techtonik Exp $ */ /** @@ -29,8 +29,6 @@ * information from them to build a list. Replacement for both funcparse.awk * and genfunclist.sh * - * Requires PEAR File_Find class. - * * Known limitations: * - can't handle multiline comments and precompiler directives *