Date: 01/03/01
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /it/chapters config.xml"
- Previous message: Martin Jansen: "[PHP-DOC] cvs: phpdoc /de/functions cybercash.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Wed Jan 3 13:39:57 2001 EDT
Modified files:
/phpdoc/en/functions bc.xml datetime.xml
Log:
Wrong order of optional and parameter elements.
Index: phpdoc/en/functions/bc.xml
diff -u phpdoc/en/functions/bc.xml:1.10 phpdoc/en/functions/bc.xml:1.11
--- phpdoc/en/functions/bc.xml:1.10 Wed Jan 3 00:09:08 2001
+++ phpdoc/en/functions/bc.xml Wed Jan 3 13:39:57 2001
@@ -233,7 +233,7 @@
<funcdef>string <function>bcsqrt</function></funcdef>
<paramdef>string <parameter>operand</parameter></paramdef>
<paramdef>int
- <optional><parameter>scale</parameter></optional>
+ <parameter><optional>scale</optional></parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.25 phpdoc/en/functions/datetime.xml:1.26
--- phpdoc/en/functions/datetime.xml:1.25 Wed Jan 3 00:09:08 2001
+++ phpdoc/en/functions/datetime.xml Wed Jan 3 13:39:57 2001
@@ -272,7 +272,7 @@
<funcprototype>
<funcdef>array <function>getdate</function></funcdef>
<paramdef>int
- <optional><parameter>timestamp</parameter></optional>
+ <parameter><optional>timestamp</optional></parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
@@ -392,7 +392,7 @@
<funcdef>string <function>gmdate</function></funcdef>
<paramdef>string <parameter>format</parameter></paramdef>
<paramdef>int
- <optional><parameter>timestamp</parameter></optional>
+ <parameter><optional>timestamp</optional></parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
@@ -458,7 +458,7 @@
<funcdef>string <function>gmstrftime</function></funcdef>
<paramdef>string <parameter>format</parameter></paramdef>
<paramdef>int
- <optional><parameter>timestamp</parameter></optional>
+ <parameter><optional>timestamp</optional></parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /it/chapters config.xml"
- Previous message: Martin Jansen: "[PHP-DOC] cvs: phpdoc /de/functions cybercash.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

