vrana           Mon Jul 25 07:39:51 2005 EDT

  Modified files:              
    /phpdoc/scripts     xml_proto.php 
  Log:
  Categorize in appendices/extensions.xml
  
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.27&r2=1.28&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.27 phpdoc/scripts/xml_proto.php:1.28
--- phpdoc/scripts/xml_proto.php:1.27   Mon Jun  6 10:15:21 2005
+++ phpdoc/scripts/xml_proto.php        Mon Jul 25 07:39:50 2005
@@ -16,7 +16,7 @@
   | Authors:   Brad House <[EMAIL PROTECTED]>                             |
   +----------------------------------------------------------------------+
  
-  $Id: xml_proto.php,v 1.27 2005/06/06 14:15:21 vrana Exp $
+  $Id: xml_proto.php,v 1.28 2005/07/25 11:39:50 vrana Exp $
 */
 
 /*
@@ -144,7 +144,7 @@
   }
 
   fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
-       '<!-- $Revision: 1.27 $ -->'."\n" .
+       '<!-- $Revision: 1.28 $ -->'."\n" .
        "<!-- Generated by xml_proto.php v" . $version . ". Found in /scripts 
directory of phpdoc. -->\n" .
        "<reference id=\"ref." . $extension_name . "\">\n" .
        " <title>$extension_name Functions</title>\n" .
@@ -229,7 +229,7 @@
     $functype = trim($funclist[$i]["function_type"]);
 
     fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
-               '<!-- $Revision: 1.27 $ -->'."\n" .
+               '<!-- $Revision: 1.28 $ -->'."\n" .
                "<!-- Generated by xml_proto.php v" . $version . ". Found in 
/scripts directory of phpdoc. -->\n" .
                "<refentry id=\"function." . $fixname . "\">\n" .
                " <refnamediv>\n" .
@@ -915,7 +915,9 @@
       d) If you're writing over files in CVS, be 100% sure to check unified
          diffs before commit!
       e) Run script check-references.php and add role="reference" where 
required.
-      f) Report problems to phpdoc@lists.php.net
+      f) Categorize the extension in appendices/extensions.xml.
+
+Report problems to phpdoc@lists.php.net
 
 NOTES;
 ?>

Reply via email to