> This is a proposal to rename 'exceptions' to 'errors' so it may cover, > for example, when functions emit E_* level errors. Currently this > information is either in the description, returnvalues, or notes roles > but none of those are fully appropriate. Exception information would be > put into the errors role. We could have both (errors and exceptions > roles) but that doesn't seem needed. Thoughts?
+1 [EMAIL PROTECTED]:~/php/cvs/phpdoc$ egrep "role=.exception" -r * | wc -l 637 That's quite a few changes, but they should be simple with some perl pie. S