nlopess         Sat Jul 31 06:59:31 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       tokens.xml 
  Log:
  add 'PHP 5 only' note to PHPDoc
  thanks Goba
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.13 phpdoc/en/appendices/tokens.xml:1.14
--- phpdoc/en/appendices/tokens.xml:1.13        Sat Jul 31 06:02:17 2004
+++ phpdoc/en/appendices/tokens.xml     Sat Jul 31 06:59:30 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 
 <appendix id="tokens">
  <title>List of Parser Tokens</title>
@@ -153,7 +153,7 @@
     <row>
      <entry>T_DOC_COMMENT</entry>
      <entry>/** */</entry>
-     <entry><link linkend="language.basic-syntax.comments">PHPDoc style 
comments</link></entry>
+     <entry><link linkend="language.basic-syntax.comments">PHPDoc style 
comments</link> (PHP 5 only)</entry>
     </row>
     <row>
      <entry>T_DO</entry>

Reply via email to