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/
> +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