philip          Tue Sep  5 14:46:28 2006 UTC

  Modified files:              
    /phpdoc/scripts     xml_proto.php 
  Log:
  Renamed the 'exceptions' role to 'errors'
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.45&r2=1.46&diff_format=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.45 phpdoc/scripts/xml_proto.php:1.46
--- phpdoc/scripts/xml_proto.php:1.45   Sun Jul 23 19:49:46 2006
+++ phpdoc/scripts/xml_proto.php        Tue Sep  5 14:46:28 2006
@@ -16,7 +16,7 @@
   | Authors:   Brad House <[EMAIL PROTECTED]>                             |
   +----------------------------------------------------------------------+
  
-  $Id: xml_proto.php,v 1.45 2006/07/23 19:49:46 nlopess Exp $
+  $Id: xml_proto.php,v 1.46 2006/09/05 14:46:28 philip Exp $
 */
 
 /*
@@ -288,11 +288,11 @@
         " </refsect1>\n"
     );
     fwrite($fp,
-        "\n <!-- Use when EXCEPTIONS exist\n" .
-        " <refsect1 role=\"exceptions\">\n" .
-        "  &reftitle.exceptions;\n" .
+        "\n <!-- Use when ERRORS exist\n" .
+        " <refsect1 role=\"errors\">\n" .
+        "  &reftitle.errors;\n" .
         "  <para>\n" .
-        "   When does this function throw exceptions?\n" .
+        "   When does this function throws E_* level errors, or exceptions?\n" 
.
         "  </para>\n" .
         " </refsect1>\n" .
         " -->\n\n"

Reply via email to