From d435ef42adc063c498fe7e1a01bb072cbc789849 Mon Sep 17 00:00:00 2001
From: jofret
Date: Thu, 7 May 2009 14:28:17 +0000
Subject: Update help
---
help/en_US/scilab2c.xml | 23 +++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)
diff --git a/help/en_US/scilab2c.xml b/help/en_US/scilab2c.xml
index 61888c90..a48273e2 100644
--- a/help/en_US/scilab2c.xml
+++ b/help/en_US/scilab2c.xml
@@ -29,7 +29,9 @@
scilab2c();
scilab2c("PATH/script_to_translate.sci", "PATH/generated_c_code.c");
-
+ scilab2c("PATH/script_to_translate.sci", "PATH/generated_c_code.c", "PATH_TO_ADDITIONNAL_FUNCTIONS");
+ scilab2c("PATH/script_to_translate.sci", "PATH/generated_c_code.c", "PATH_TO_ADDITIONNAL_FUNCTIONS", RunMode);
+
@@ -42,13 +44,30 @@
to translate.
+
PATH/generated_c_code.c
This file will contain the C code translate from the script.
-
+
+
+ PATH_TO_ADDITIONNAL_FUNCTIONS
+
+ This is the path to look in for additional user defined functions.
+
+
+
+
+ RunMode
+
+ Must be "All", "Translate" or "GenLibraryStructure"
+ //FIXME : Must explain here which parameter does what ?
+
+
+
+
--
cgit