according to docbook documentation it's possible to have multiple <refname> tags inside <refnamediv>. I need it to add names for procedural functions and equivalent oo-methods/properties. Make doesn't complain about it, but in output it looks little bit strange:
see: http://georg.fooassociates.com/mysqli/ref.mysqli.html and http://georg.fooassociates.com/mysqli/function.mysqli-affected-rows.html
Is there any change to fix it, or does somebody have a better idea how to implement both names inside <refnamediv> ?!
Since there are not too many strange things I see on the page, what should be fixed exactly?
Goba