Hi all!
As of this commit we now match <function>s against <refname>s to
generate the links for functions and methods.
This means that <function>MySQLi::query</function>,
<function>MySQLi->query</function>, <function>MySQLi_query</function>,
<function>mysqli_query</function>, <function>mYSQLi::QUERY</function>
(and so on) will be link to the correct manual page (given that it has
two <refname>s, <refname>MySQLi::query</function> and
<refname>mysqli_query</function).
The <function>s are lowercased and then underscores (_),
double-colons (::) and arrows (->) are replaced with "-" and then
matched against the <refname>s (following the same rules, i.e.
lowercased and _, ::, -> replaced with -).
-Hannes
---------- Forwarded message ----------
From: Hannes Magnusson <[EMAIL PROTECTED]>
Date: Jan 27, 2008 3:32 PM
Subject: [DOC-CVS] cvs: phd / build.php mktoc.php package.xml
/include PhDHelper.class.php /themes/php phpdotnet.php
To: [EMAIL PROTECTED]
bjori Sun Jan 27 14:32:33 2008 UTC
Modified files:
/phd package.xml build.php mktoc.php
/phd/include PhDHelper.class.php
/phd/themes/php phpdotnet.php
Log:
Fixed bug#43416 (Function links do not render as links)