vrana Fri May 21 06:13:35 2004 EDT
Modified files:
/phpdoc/en/reference/tokenizer/functions token-name.xml
/phpdoc/en/appendices tokens.xml
Log:
Cross reference
http://cvs.php.net/diff.php/phpdoc/en/reference/tokenizer/functions/token-name.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/tokenizer/functions/token-name.xml
diff -u phpdoc/en/reference/tokenizer/functions/token-name.xml:1.4
phpdoc/en/reference/tokenizer/functions/token-name.xml:1.5
--- phpdoc/en/reference/tokenizer/functions/token-name.xml:1.4 Fri Feb 7 00:42:32
2003
+++ phpdoc/en/reference/tokenizer/functions/token-name.xml Fri May 21 06:13:35
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.token-name">
<refnamediv>
<refname>token_name</refname>
@@ -31,6 +31,9 @@
</programlisting>
</example>
</refsect1>
+ <para>
+ See also <link linkend="tokens">List of Parser Tokens</link>.
+ </para>
</refentry>
<!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.11 phpdoc/en/appendices/tokens.xml:1.12
--- phpdoc/en/appendices/tokens.xml:1.11 Wed Mar 24 11:39:43 2004
+++ phpdoc/en/appendices/tokens.xml Fri May 21 06:13:35 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<appendix id="tokens">
<title>List of Parser Tokens</title>
@@ -585,6 +585,9 @@
</tbody>
</tgroup>
</table>
+ <para>
+ See also <function>token_name</function>.
+ </para>
</appendix>
<!-- Keep this comment at the end of the file