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/src_2fun_8h.html | 209 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 doc/html/src_2fun_8h.html (limited to 'doc/html/src_2fun_8h.html') diff --git a/doc/html/src_2fun_8h.html b/doc/html/src_2fun_8h.html new file mode 100644 index 0000000..fc6db14 --- /dev/null +++ b/doc/html/src_2fun_8h.html @@ -0,0 +1,209 @@ + + + + + + + +FOSSEE Scilab Octave Toolbox: src/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