vrana Mon Jun 6 10:15:22 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Addition to manual.xml.in is not needed anymore
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.26&r2=1.27&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.26 phpdoc/scripts/xml_proto.php:1.27
--- phpdoc/scripts/xml_proto.php:1.26 Mon May 9 10:30:39 2005
+++ phpdoc/scripts/xml_proto.php Mon Jun 6 10:15:21 2005
@@ -16,7 +16,7 @@
| Authors: Brad House <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: xml_proto.php,v 1.26 2005/05/09 14:30:39 dbs Exp $
+ $Id: xml_proto.php,v 1.27 2005/06/06 14:15:21 vrana Exp $
*/
/*
@@ -144,7 +144,7 @@
}
fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
- '<!-- $Revision: 1.26 $ -->'."\n" .
+ '<!-- $Revision: 1.27 $ -->'."\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.26 $ -->'."\n" .
+ '<!-- $Revision: 1.27 $ -->'."\n" .
"<!-- Generated by xml_proto.php v" . $version . ". Found in
/scripts directory of phpdoc. -->\n" .
"<refentry id=\"function." . $fixname . "\">\n" .
" <refnamediv>\n" .
@@ -812,10 +812,6 @@
echo " This will generate <extension name>/ directory which
reference.xml and contents.xml\n";
echo " will be created in, and a subdirectory <extension
name>/functions/ which all\n";
echo " function xml reference files will be generated in\n\n";
- echo "Note: If you are documenting a new extension, you will need to add a
new line\n";
- echo " to the /manual.xml.in file under the <part id=\"funcref\">
section following\n";
- echo " the format \"&reference.<extension name>.reference;\", but
please try\n";
- echo " to maintain the alphabetical order!\n\n";
}
function parse_cli($progargc, $progargv)
@@ -908,11 +904,6 @@
echo <<<NOTES
-Note: If you are documenting a new extension, you will need to add a new line
- to the /manual.xml.in file under the <part id="funcref"> section
following
- the format "&reference.<extension name>.reference;", but please try
- to maintain the alphabetical order!
-
Note: Also be sure to double check the documentation before commit as this
script is still being tested. Things to check: