Cross reference

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159245 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-05-21 10:13:35 +00:00
parent 518e1d99aa
commit a665c07c7b
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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