> 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 ...
We have so many changes here that I'd have to download docbook and start over to check that :) I _know_ I'm going to have to change php-gtk-doc structure to match whatever solution you end up with to some degree, that's why I'm concerned that it should be a flexible enough structure to match our own particular problems. The reason James ended up writing our xml structure the way he did was that _at that point in time_ there were no good options. The other choice would have been to mutate several existing tags. The only seriously big plea I'd like to make is that class constructor, methods and properties end up on the same xml page that describes the class .. and please remember, we also have signals to contend with, as well as enumerations and flags. Steph > > -- > Hartmut Holzgraefe <[EMAIL PROTECTED]>