summaryrefslogtreecommitdiff
path: root/help/en_US/scilab2c_annotations.xml
diff options
context:
space:
mode:
authorjofret2010-06-21 06:24:38 +0000
committerjofret2010-06-21 06:24:38 +0000
commit8b44229ef44f0558ce045e46ff833fb44df913c9 (patch)
tree4fdd89b2258c18c905d2f17ef4bea8ea9cf32893 /help/en_US/scilab2c_annotations.xml
parentaf0366230e14cc75d9e9a183375ee9cb69fb46b6 (diff)
downloadscilab2c-8b44229ef44f0558ce045e46ff833fb44df913c9.tar.gz
scilab2c-8b44229ef44f0558ce045e46ff833fb44df913c9.tar.bz2
scilab2c-8b44229ef44f0558ce045e46ff833fb44df913c9.zip
Tagging the 2.0 release of scilab2crelease-2.0
Diffstat (limited to 'help/en_US/scilab2c_annotations.xml')
-rw-r--r--help/en_US/scilab2c_annotations.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/help/en_US/scilab2c_annotations.xml b/help/en_US/scilab2c_annotations.xml
new file mode 100644
index 00000000..2e412827
--- /dev/null
+++ b/help/en_US/scilab2c_annotations.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) DIGITEO - Bruno JOFRET
+ *
+ * This file is released into the public domain
+ *
+ -->
+<refentry version="5.0-subset Scilab" xml:id="scilab2c_annotations" xml:lang="en"
+ xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:ns3="http://www.w3.org/1999/xhtml"
+ xmlns:mml="http://www.w3.org/1998/Math/MathML"
+ xmlns:db="http://docbook.org/ns/docbook">
+ <info>
+ <pubdate>$LastChangedDate$</pubdate>
+ </info>
+
+ <refnamediv>
+ <refname>Scilab2C Annotations</refname>
+
+ <refpurpose>Scilab to C Converter : Annotations How To</refpurpose>
+ </refnamediv>
+
+ <refsection>
+ <title>Introduction</title>
+ <para>
+ Both data and functions declared into the Scilab source code must be annotated in order make the translator able to extract size, precision and type of data and of input and output function arguments.
+ </para>
+ </refsection>
+
+ <refsection>
+ <title>See Also</title>
+ <simplelist type="inline">
+ <member>
+ <link linkend="scilab2c">Scilab2C Code Generator</link>,
+ <link linkend="scilab2c_data_annotations">Data annotations</link>,
+ <link linkend="scilab2c_functions_annotations">Functions annotations</link>
+ </member>
+ </simplelist>
+ </refsection>
+
+ <refsection>
+ <title>Authors</title>
+ <simplelist type="vert">
+ <member>Bruno JOFRET</member>
+ <member>Raffaele NUTRICATO</member>
+ </simplelist>
+ </refsection>
+</refentry>