hholzgra Sun Jan 15 00:45:44 2006 UTC
Modified files:
/phpdoc/scripts zendapi_protos.php
Log:
WS fix in generated XML
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/zendapi_protos.php?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.20
phpdoc/scripts/zendapi_protos.php:1.21
--- phpdoc/scripts/zendapi_protos.php:1.20 Sun Jan 15 00:14:17 2006
+++ phpdoc/scripts/zendapi_protos.php Sun Jan 15 00:45:43 2006
@@ -121,11 +121,11 @@
<methodsynopsis>
<?php
if ($return_type == "void") {
- echo "<void/>";
+ echo " <void/>";
} else {
- echo "<type>$return_type</type>";
+ echo " <type>$return_type</type>";
}
- echo "<methodname>$function;</methodname>";
+ echo "<methodname>$function</methodname>";
if (count($params)) {
echo "\n";
foreach($params as $param) {