hholzgra Sun Aug 28 09:15:14 2005 EDT
Modified files:
/phpdoc/scripts zendapi_protos.php
Log:
thinko fix
http://cvs.php.net/diff.php/phpdoc/scripts/zendapi_protos.php?r1=1.1&r2=1.2&ty=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.1
phpdoc/scripts/zendapi_protos.php:1.2
--- phpdoc/scripts/zendapi_protos.php:1.1 Sun Aug 28 05:55:49 2005
+++ phpdoc/scripts/zendapi_protos.php Sun Aug 28 09:15:09 2005
@@ -45,7 +45,7 @@
echo '<?xml version="1.0"
encoding="iso-8859-1"?>'."\n";
?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="zend-api.<?php echo str_replace("_","-",$function); ?>">
<refnamediv>
<refname><?php echo $function; ?></refname>
@@ -77,7 +77,7 @@
if (is_numeric($type)) $type = "";
?>
<varlistentry>
- <term><parameter><?php $name; ?></parameter></term>
+ <term><parameter><?php echo $name; ?></parameter></term>
<listitem>
<para>
...