[PHP-DOC] cvs: phpdoc / genfuncsummary

2001-01-26 Thread Egon Schmid
eschmid Fri Jan 26 13:55:21 2001 EDT Modified files: /phpdoc genfuncsummary Log: Revert this patch. Index: phpdoc/genfuncsummary diff -u phpdoc/genfuncsummary:1.6 phpdoc/genfuncsummary:1.7 --- phpdoc/genfuncsummary:1.6 Tue Jan 2 12:03:22 2001 +++ phpdoc/

Re: [PHP-DOC] cvs: phpdoc / genfuncsummary /en/functions gmp.xml /en/language types.xml

2001-01-14 Thread Sean Bright
> +for i in `find $1 -name "*.[ch]" -print -o -name "*.ec" -print | xargs egrep -li >function_entry ` ; do This worked better when it was {{{ proto don't you think? Now the string functions don't show because they are function_entry'cised in basic_functions.c yet proto'd in string.c... Sean