From 5b8caadfc4806a4160463e0de90cedd6e34eb9b2 Mon Sep 17 00:00:00 2001
From: detailer-asus
Date: Thu, 29 Apr 2021 17:08:19 +0530
Subject: initialized doxygen doumentation
---
doc/html/libscilab__octave_8h_source.html | 120 ++++++++++++++++++++++++++++++
1 file changed, 120 insertions(+)
create mode 100644 doc/html/libscilab__octave_8h_source.html
(limited to 'doc/html/libscilab__octave_8h_source.html')
diff --git a/doc/html/libscilab__octave_8h_source.html b/doc/html/libscilab__octave_8h_source.html
new file mode 100644
index 0000000..6e94d9b
--- /dev/null
+++ b/doc/html/libscilab__octave_8h_source.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+FOSSEE Scilab Octave Toolbox: sci_gateway/cpp/libscilab_octave.h Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  |
+
+ FOSSEE Scilab Octave Toolbox
+
+ This is a scilab toolbox to call octave functions. It requires octave to be installed on the system.
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the documentation of this file. 1 #ifndef __LIBSCILAB_OCTAVE_GW_H__
+
2 #define __LIBSCILAB_OCTAVE_GW_H__
+
+
4 #include "c_gateway_prototype.h"
+
+
+
+
+
C_GATEWAY_PROTOTYPE(sci_octave_fun)
+
int sci_octave_fun(scilabEnv env, int nin, scilabVar *in, int nopt, scilabOpt *opt, int nout, scilabVar *out)
Definition: sci_octave.cpp:34
+
+
+
+
+
+
--
cgit
From 971fc665f0ce3d294b28c954a9ef66894c53707d Mon Sep 17 00:00:00 2001
From: detailer-asus
Date: Thu, 29 Apr 2021 17:19:39 +0530
Subject: formated and added description
---
doc/html/libscilab__octave_8h_source.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc/html/libscilab__octave_8h_source.html')
diff --git a/doc/html/libscilab__octave_8h_source.html b/doc/html/libscilab__octave_8h_source.html
index 6e94d9b..2ddf971 100644
--- a/doc/html/libscilab__octave_8h_source.html
+++ b/doc/html/libscilab__octave_8h_source.html
@@ -106,7 +106,7 @@ $(document).ready(function(){initNavTree('libscilab__octave_8h_source.html','');
C_GATEWAY_PROTOTYPE(sci_octave_fun)
-int sci_octave_fun(scilabEnv env, int nin, scilabVar *in, int nopt, scilabOpt *opt, int nout, scilabVar *out)
Definition: sci_octave.cpp:34
+int sci_octave_fun(scilabEnv env, int nin, scilabVar *in, int nopt, scilabOpt *opt, int nout, scilabVar *out)
Function to connect to Scilab's API.
Definition: sci_octave.cpp:39
--
cgit