vrana           Tue Jan 11 08:43:09 2005 EDT

  Modified files:              
    /phpdoc/en/language basic-syntax.xml 
  Log:
  Emphasise that comments end by first */ (bug #31491)
  
http://cvs.php.net/diff.php/phpdoc/en/language/basic-syntax.xml?r1=1.38&r2=1.39&ty=u
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.38 
phpdoc/en/language/basic-syntax.xml:1.39
--- phpdoc/en/language/basic-syntax.xml:1.38    Wed May  5 16:19:50 2004
+++ phpdoc/en/language/basic-syntax.xml Tue Jan 11 08:43:09 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.38 $ -->
+<!-- $Revision: 1.39 $ -->
  <chapter id="language.basic-syntax">
   <title>Basic syntax</title>
 
@@ -241,6 +241,7 @@
    </para>
 
    <simpara>
+    'C' style comments end by the first encountered <literal>*/</literal>.
     You should be careful not to nest 'C' style comments, which can
     happen when commenting out large blocks.
    </simpara>

Reply via email to