sean Sat Feb 3 14:22:25 2007 UTC
Modified files: /phpdoc/scripts functable.php Log: typo, separate functions and code, remove stray tag2ver() http://cvs.php.net/viewvc.cgi/phpdoc/scripts/functable.php?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/scripts/functable.php diff -u phpdoc/scripts/functable.php:1.6 phpdoc/scripts/functable.php:1.7 --- phpdoc/scripts/functable.php:1.6 Sat Feb 3 12:07:21 2007 +++ phpdoc/scripts/functable.php Sat Feb 3 14:22:25 2007 @@ -15,10 +15,10 @@ +----------------------------------------------------------------------+ | Authors: Sean Coates <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ -$Id: functable.php,v 1.6 2007/02/03 12:07:21 bjori Exp $ +$Id: functable.php,v 1.7 2007/02/03 14:22:25 sean Exp $ */ -// direct the output of this fiel into phpdoc/phpbook/phpbook-xsl/version.xml +// direct the output of this file into phpdoc/phpbook/phpbook-xsl/version.xml // errors go to STDERR // To do: @@ -170,13 +170,6 @@ return $funcs; } -function tag2ver($tag, $vertical) -{ - if ($vertical) { - return chunk_split(str_replace('_', ' ', $tag), 1, "\n"); - } -} - function convert_array_to_words($func) { // globals suck )-: @@ -236,6 +229,9 @@ } } +/////////////// +/////////////// + if (getenv('SKIP_CVS')) { fwrite(STDERR, "Skipping CVS\n"); } else {