jeroen Tue Aug 14 18:34:22 2001 EDT
Modified files:
/phpdoc html-common.dsl
/phpdoc/en/language types.xml
Log:
Change ID: types.double -> types.float
Index: phpdoc/html-common.dsl
diff -u phpdoc/html-common.dsl:1.14 phpdoc/html-common.dsl:1.15
--- phpdoc/html-common.dsl:1.14 Mon Aug 13 04:25:40 2001
+++ phpdoc/html-common.dsl Tue Aug 14 18:34:22 2001
@@ -1,6 +1,6 @@
;; -*- Scheme -*-
;;
-;; $Id: html-common.dsl,v 1.14 2001/08/13 08:25:40 goba Exp $
+;; $Id: html-common.dsl,v 1.15 2001/08/14 22:34:22 jeroen Exp $
;;
;; Returns the depth of the auto-generated TOC (table of contents) that
@@ -152,7 +152,7 @@
(let*
((orig-name (data (current-node)))
(type-name (cond
- ((equal-ci? orig-name "float") "double")
+ ((equal-ci? orig-name "double") "float")
((equal-ci? orig-name "int") "integer")
(else orig-name))
)
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.43 phpdoc/en/language/types.xml:1.44
--- phpdoc/en/language/types.xml:1.43 Tue Aug 7 18:40:53 2001
+++ phpdoc/en/language/types.xml Tue Aug 14 18:34:22 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.43 $ -->
+<!-- $Revision: 1.44 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -29,7 +29,7 @@
<listitem>
<simpara>
- <link linkend="language.types.double">floating-point number (float)</link>
+ <link linkend="language.types.float">floating-point number (float)</link>
</simpara>
</listitem>
@@ -202,7 +202,7 @@
> 0 (zero) </simpara>
</listitem>
<listitem>
- <simpara>the <link linkend="language.types.double">float</link>
+ <simpara>the <link linkend="language.types.float">float</link>
0.0 (zero) </simpara>
</listitem>
<listitem>
@@ -254,7 +254,7 @@
<para>
See also:
<link linkend="ref.gmp">Arbitrary precision integers</link> and
- <link linkend="language.types.double">Floating point numbers</link>
+ <link linkend="language.types.float">Floating point numbers</link>
</para>
<sect2 id="language.types.integer.syntax">
@@ -375,7 +375,7 @@
</sect3>
<sect3 id="language.types.integer.casting.from-float">
- <title>From <link linkend="language.types.double">floating point
numbers</link></title>
+ <title>From <link linkend="language.types.float">floating point
+numbers</link></title>
<simpara>
When converting from float to integer, the number will
be rounded <emphasis>towards zero</emphasis>.
@@ -441,7 +441,7 @@
</sect2>
</sect1>
- <sect1 id="language.types.double">
+ <sect1 id="language.types.float">
<title>Floating point numbers</title>
<para>
Floating point numbers (AKA "floats", "doubles" or "real numbers") can be
@@ -1910,7 +1910,7 @@
</listitem>
<!-- don't exist yet
<listitem>
- <simpara><link linkend="language.types.double.casting">Converting to
+ <simpara><link linkend="language.types.float.casting">Converting to
float</link></simpara>
</listitem>
<listitem>
@@ -1994,5 +1994,5 @@
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-vim: ts=1 sw=1 et syntax=sgml
+vi: et:ts=1:sw=1:textwidth=78:syntax=sgml
-->