doc: mention single-float and double-float built-in-classes in 1.4.1
authorDaniel Kochmański <daniel@turtleware.eu>
Sat, 8 Aug 2015 17:58:08 +0000 (19:58 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Sat, 8 Aug 2015 17:58:08 +0000 (19:58 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
doc/ansi_types.xml
doc/ecl.xml

index 93883d2..9f9e908 100644 (file)
@@ -7,7 +7,18 @@
 <chapter xml:id="ansi.types-and-classes">
  <title>Types and classes</title>
 
+ <section xml:id="ansi.classes.floats">
+   <title>Built-in-class</title>
+
+   <para>&ECL; defines two additional built-in-class objects for user
+   conveniance:
+   <itemizedlist>
+     <listitem>single-float</listitem>
+     <listitem>double-float</listitem>
+   </itemizedlist>
+   </para>
+ </section>
  <xi:include href="ref_c_types_and_classes.xml" xpointer="ansi.types-and-classes.c-dict" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
 </chapter>
-</book>
\ No newline at end of file
+</book>
index f1e6e2c..417108b 100644 (file)
@@ -9,6 +9,7 @@
 
 <info>
 <author><personname><firstname>Juan Jose</firstname><surname>Garcia-Ripoll</surname></personname></author>
+<author><personname><firstname>Daniel</firstname><surname>Kochmański</surname></personname></author>
 <date>$date$</date>
 </info>