vrana Wed Sep 7 02:59:46 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Run extensions.xml.php
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.33&r2=1.34&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.33 phpdoc/scripts/xml_proto.php:1.34
--- phpdoc/scripts/xml_proto.php:1.33 Sun Aug 14 11:12:17 2005
+++ phpdoc/scripts/xml_proto.php Wed Sep 7 02:59:45 2005
@@ -16,7 +16,7 @@
| Authors: Brad House <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: xml_proto.php,v 1.33 2005/08/14 15:12:17 sean Exp $
+ $Id: xml_proto.php,v 1.34 2005/09/07 06:59:45 vrana Exp $
*/
/*
@@ -159,7 +159,7 @@
}
fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
- '<!-- $Revision: 1.33 $ -->'."\n" .
+ '<!-- $Revision: 1.34 $ -->'."\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" .
@@ -244,7 +244,7 @@
$functype = trim($funclist[$i]["function_type"]);
fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
- '<!-- $Revision: 1.33 $ -->'."\n" .
+ '<!-- $Revision: 1.34 $ -->'."\n" .
"<!-- Generated by xml_proto.php v" . $version . ". Found in
/scripts directory of phpdoc. -->\n" .
"<refentry id=\"function." . $fixname . "\">\n" .
" <refnamediv>\n" .
@@ -929,7 +929,8 @@
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) Categorize the extension in appendices/extensions.xml.
+ f) Fill-in the Purpose and Membership comments in reference.xml and run
+ extensions.xml.php.
Report problems to [email protected]