On 8/16/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > >> What if OO and procedural have different names, like Format->getError > >> and format_get_error? > > > > Life sucks :) > > Depending on the xml:id you can only create a link the OO way or the > > procedural way. > > I see. So then I can't use <function> for the second way - I should use > <link> then or <xref>?
I would go with <link linkend="function.foo">class::method()</link> IIRC <xref/> uses the first <refname /> as the link-text which is probably the thing you are trying to avoid. -Hannes