philip Mon Aug 27 21:05:31 2007 UTC
Modified files:
/phpdoc/scripts xml_proto.php
Log:
Removing debug information as people tend to commit this bogus information as
is.
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/xml_proto.php?r1=1.53&r2=1.54&diff_format=u
Index: phpdoc/scripts/xml_proto.php
diff -u phpdoc/scripts/xml_proto.php:1.53 phpdoc/scripts/xml_proto.php:1.54
--- phpdoc/scripts/xml_proto.php:1.53 Wed Aug 22 22:24:10 2007
+++ phpdoc/scripts/xml_proto.php Mon Aug 27 21:05:31 2007
@@ -16,7 +16,7 @@
| Authors: Brad House <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: xml_proto.php,v 1.53 2007/08/22 22:24:10 philip Exp $
+ $Id: xml_proto.php,v 1.54 2007/08/27 21:05:31 philip Exp $
*/
/*
@@ -272,7 +272,6 @@
" <term><parameter>{$argname}</parameter></term>\n" .
" <listitem>\n" .
" <para>\n" .
- " Its description\n" .
" </para>\n" .
" </listitem>\n" .
" </varlistentry>\n";
@@ -285,8 +284,6 @@
" <refsect1 role=\"returnvalues\">\n" .
" &reftitle.returnvalues;\n" .
" <para>\n" .
- " What the function returns, first on success, then on failure.
See\n" .
- " also the &return.success; entity\n" .
" </para>\n" .
" </refsect1>\n"
);