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/thirdparty_2linux_2include_2fun_8h.html | 209 +++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 doc/html/thirdparty_2linux_2include_2fun_8h.html (limited to 'doc/html/thirdparty_2linux_2include_2fun_8h.html') diff --git a/doc/html/thirdparty_2linux_2include_2fun_8h.html b/doc/html/thirdparty_2linux_2include_2fun_8h.html new file mode 100644 index 0000000..a4c6334 --- /dev/null +++ b/doc/html/thirdparty_2linux_2include_2fun_8h.html @@ -0,0 +1,209 @@ + + + + + + + +FOSSEE Scilab Octave Toolbox: thirdparty/linux/include/fun.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + + + +
+
FOSSEE Scilab Octave Toolbox +
+
This is a scilab toolbox to call octave functions. It requires octave to be installed on the system.
+
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
fun.h File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + + +

+Classes

struct  FUNCARGS
 
struct  FUNCCALL
 
+ + + +

+Macros

#define fun_h__
 
+ + + +

+Enumerations

enum  FUNCTYPE { TYPE_DOUBLE +, TYPE_STRING +, TYPE_DOUBLE +, TYPE_STRING + }
 
+ + + +

+Functions

int fun (FUNCARGS *arr, FUNCCALL *call)
 
+

Macro Definition Documentation

+ +

◆ fun_h__

+ +
+
+ + + + +
#define fun_h__
+
+ +
+
+

Enumeration Type Documentation

+ +

◆ FUNCTYPE

+ +
+
+ + + + +
enum FUNCTYPE
+
+ + + + + +
Enumerator
TYPE_DOUBLE 
TYPE_STRING 
TYPE_DOUBLE 
TYPE_STRING 
+ +
+
+

Function Documentation

+ +

◆ fun()

+ +
+
+ + + + + + + + + + + + + + + + + + +
int fun (FUNCARGSarr,
FUNCCALLcall 
)
+
+ +
+
+
+
+ + + + -- 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/thirdparty_2linux_2include_2fun_8h.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/html/thirdparty_2linux_2include_2fun_8h.html') diff --git a/doc/html/thirdparty_2linux_2include_2fun_8h.html b/doc/html/thirdparty_2linux_2include_2fun_8h.html index a4c6334..b40ebe2 100644 --- a/doc/html/thirdparty_2linux_2include_2fun_8h.html +++ b/doc/html/thirdparty_2linux_2include_2fun_8h.html @@ -129,6 +129,7 @@ Enumerations

Functions

int fun (FUNCARGS *arr, FUNCCALL *call) + Function to Interact with Octave's API. More...
 

Macro Definition Documentation

@@ -178,13 +179,13 @@ Functions int fun ( FUNCARGS *  - arr, + inp, FUNCCALL *  - call  + funcall  @@ -194,6 +195,9 @@ Functions
+

Function to Interact with Octave's API.

+

This Function will be communicating with Octave to access it's function.

+
-- cgit