Steph wrote:
Or still to change all manual from
methodsynopsys/methodname/methodparam to
funcsynopsis/funcparams/parameter... And I'm not crazy ;)
What, no grep? ;)
There's no reason you should change the way you document non-OO functions.
For php-gtk-doc we went the funcsynopsis route; we have functions that are
global, and we also have class methods that are not uniquely named ...
AFAIR (and i have to know because i did it ;) we nowadays use <mehtodsynopsis>
instead of <functionsynopsis> within phpdoc for the simple reason that
the older <functionsynopsis> does not really support optional arguments ...
--
Hartmut Holzgraefe <[EMAIL PROTECTED]>