> /* > @@ -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.
The intention was to genearte sample comments for Purpose and Membership, right? Goba