[PHP-DOC] cvs: phpdoc /en/functions math.xml From: Jani Taskinen (sniper <email protected>)
Date: 08/09/01

sniper Thu Aug 9 01:58:49 2001 EDT

  Modified files:
    /phpdoc/en/functions math.xml
  Log:
  Another try with this. This seems to 'compile'.
  
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.45 phpdoc/en/functions/math.xml:1.46
--- phpdoc/en/functions/math.xml:1.45 Tue Aug 7 18:25:15 2001
+++ phpdoc/en/functions/math.xml Thu Aug 9 01:58:49 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.45 $ -->
+<!-- $Revision: 1.46 $ -->
  <reference id="ref.math">
   <title>Mathematical Functions</title>
   <titleabbrev>Math</titleabbrev>
@@ -710,11 +710,8 @@
     <funcsynopsis>
      <funcprototype>
       <funcdef>int <function>mt_rand</function></funcdef>
- <paramdef>int
- <parameter><optional>min</optional></parameter>
- </paramdef>
- <paramdef>int
- <parameter><optional>max</optional></parameter>
+ <paramdef>
+ <parameter><optional>int min, int max</optional></parameter>
       </paramdef>
      </funcprototype>
     </funcsynopsis>
@@ -1051,11 +1048,8 @@
     <funcsynopsis>
      <funcprototype>
       <funcdef>int <function>rand</function></funcdef>
- <paramdef>int
- <parameter><optional>min</optional></parameter>
- </paramdef>
- <paramdef>int
- <parameter><optional>max</optional></parameter>
+ <paramdef>
+ <parameter><optional>int min, int max</optional></parameter>
       </paramdef>
      </funcprototype>
     </funcsynopsis>