Egon,

DOCBOOK-XML, look into the result!

If the first parameter is optional, the second parameter is also optional!!!!!

Please look at bug #12550, look what I and you have done, and correct it.

Regards,
Thomas


Egon Schmid wrote:

> eschmid         Mon Aug  6 23:38:28 2001 EDT
>
>   Modified files:
>     /phpdoc/en/functions        math.xml
>   Log:
>   Both arguments are optional, see the source code.
>
> Index: phpdoc/en/functions/math.xml
> diff -u phpdoc/en/functions/math.xml:1.42 phpdoc/en/functions/math.xml:1.43
> --- phpdoc/en/functions/math.xml:1.42   Mon Aug  6 23:27:10 2001
> +++ phpdoc/en/functions/math.xml        Mon Aug  6 23:38:28 2001
> @@ -1,4 +1,4 @@
> -<!-- $Revision: 1.42 $ -->
> +<!-- $Revision: 1.43 $ -->
>   <reference id="ref.math">
>    <title>Mathematical Functions</title>
>    <titleabbrev>Math</titleabbrev>
> @@ -1054,8 +1054,8 @@
>        <paramdef>
>         <parameter><optional>int min</optional></parameter>
>        </paramdef>
> -      <paramdef>
> -       <parameter>int max</parameter>
> +      <paramdef>int
> +       <parameter><optional>max</optional></parameter>
>        </paramdef>
>       </funcprototype>
>      </funcsynopsis>

Reply via email to