On Thu, Oct 9, 2008 at 16:00, Anthony Bedford <[EMAIL PROTECTED]> wrote: > Hi, > > Here's a new file for checkin please: > > en/reference/mysqli/summary.xml
Looks fine. Not a great fan of the markup, <function>function_name</function> will automagically create <a href="function.function-name.php" class="function>function_name()</a> markup, so there is no use to explicitly link them. IIRC we match the content of <function> to all <refname>s so <function>mysqli_fetch_array</function> and <function>mysqli_result::fetch_array</function> will both point to xml:id="mysqli-result.fetch-array". This probably works for class variables documented in <refentry>s, although I've never tried that. -Hannes
