Fix parameters

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201255 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-11-25 10:48:56 +00:00
parent 62e459d2c5
commit 996b16af6b
4 changed files with 6 additions and 33 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.stats-cdf-chisquare">
<refnamediv>
@ -12,7 +12,6 @@
<type>float</type><methodname>stats_cdf_chisquare</methodname>
<methodparam><type>float</type><parameter>par1</parameter></methodparam>
<methodparam><type>float</type><parameter>par2</parameter></methodparam>
<methodparam><type>float</type><parameter>par3</parameter></methodparam>
<methodparam><type>int</type><parameter>which</parameter></methodparam>
</methodsynopsis>
@ -39,14 +38,6 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>par3</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>which</parameter></term>
<listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.stats-cdf-poisson">
<refnamediv>
@ -12,7 +12,6 @@
<type>float</type><methodname>stats_cdf_poisson</methodname>
<methodparam><type>float</type><parameter>par1</parameter></methodparam>
<methodparam><type>float</type><parameter>par2</parameter></methodparam>
<methodparam><type>float</type><parameter>par3</parameter></methodparam>
<methodparam><type>int</type><parameter>which</parameter></methodparam>
</methodsynopsis>
@ -39,14 +38,6 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>par3</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>which</parameter></term>
<listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.stats-harmonic-mean">
<refnamediv>
@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>float</type><methodname>stats_harmonic_mean</methodname>
<type>number</type><methodname>stats_harmonic_mean</methodname>
<methodparam><type>array</type><parameter>a</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.stats-standard-deviation">
<refnamediv>
@ -10,9 +10,8 @@
&reftitle.description;
<methodsynopsis>
<type>float</type><methodname>stats_standard_deviation</methodname>
<methodparam choice="opt"><type>array</type><parameter>a</parameter></methodparam>
<methodparam><type>array</type><parameter>a</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>sample</parameter></methodparam>
<methodparam choice="opt"><type>=</type><parameter>false</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
@ -38,14 +37,6 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>false</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>