sean Sat Aug 13 15:00:13 2005 EDT
Modified files:
/phpdoc/scripts xml_proto.php
Log:
actually displaying the entity's contents is confusing on output
http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.31&r2=1.32&ty=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.31 phpdoc/scripts/xml_proto.php:1.32
--- phpdoc/scripts/xml_proto.php:1.31 Mon Aug 8 16:42:46 2005
+++ phpdoc/scripts/xml_proto.php Sat Aug 13 15:00:12 2005
@@ -16,7 +16,7 @@
| Authors: Brad House <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: xml_proto.php,v 1.31 2005/08/08 20:42:46 philip Exp $
+ $Id: xml_proto.php,v 1.32 2005/08/13 19:00:12 sean Exp $
*/
/*
@@ -145,7 +145,7 @@
}
fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
- '<!-- $Revision: 1.31 $ -->'."\n" .
+ '<!-- $Revision: 1.32 $ -->'."\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" .
@@ -230,7 +230,7 @@
$functype = trim($funclist[$i]["function_type"]);
fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" .
- '<!-- $Revision: 1.31 $ -->'."\n" .
+ '<!-- $Revision: 1.32 $ -->'."\n" .
"<!-- Generated by xml_proto.php v" . $version . ". Found in
/scripts directory of phpdoc. -->\n" .
"<refentry id=\"function." . $fixname . "\">\n" .
" <refnamediv>\n" .
@@ -288,7 +288,7 @@
" &reftitle.returnvalues;\n" .
" <para>\n" .
" What the function returns, first on success, then on failure.
See\n" .
- " also the &return.success; entity\n" .
+ " also the &return.success; entity\n" .
" </para>\n" .
" </refsect1>\n"
);