Hannes Magnusson wrote:
On Tue, Oct 21, 2008 at 18:16, Anthony Bedford <[EMAIL PROTECTED]> wrote:
Hannes Magnusson wrote:
This probably works for class variables documented in <refentry>s,
although I've never tried that.
What is the recommended markup for class variables? I tried <property> but
that didn't create a link.
I don't think we ever reference class variables anywhere in the
current documentations except for on the "class reference pages" (such
as http://no2.php.net/manual/en/class.xmlreader.php).
That uses XML such as:
<varname linkend="xmlreader.props.attributecount">attributeCount</varname>
However, when I try that the HTML generated is:
<var class="varname">$mysqli->affected_rows</var>
Which doesn't seem quite right - it's not a live link anyway.
Thanks,
Tony