Minor addendum

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118500 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-02-28 23:43:56 +00:00
parent 333f22adab
commit 1e5c2eb593

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<reference id="ref.tokenizer">
<title>Tokenizer functions</title>
<titleabbrev>Tokenizer functions</titleabbrev>
@ -19,17 +19,13 @@
</para>
</section>
<section id="tokenizer.requirements">
&reftitle.required;
&no.requirement;
</section>
<section id= "tokenizer.requirements">
&reftitle.required;
&no.requirement;
</section>
&reference.tokenizer.configure;
<!--
&reference.tokenizer.ini;
-->
&reference.tokenizer.constants;
<section id="tokenizer.examples">
@ -40,7 +36,7 @@
and print the pure code only.
</para>
<example>
<title>Strip comments</title>
<title>Strip comments with the tokenizer</title>
<programlisting role="php">
<![CDATA[
<?php