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/fun_8cpp.html | 156 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 156 insertions(+)
create mode 100644 doc/html/fun_8cpp.html
(limited to 'doc/html/fun_8cpp.html')
diff --git a/doc/html/fun_8cpp.html b/doc/html/fun_8cpp.html
new file mode 100644
index 0000000..6f88a33
--- /dev/null
+++ b/doc/html/fun_8cpp.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+FOSSEE Scilab Octave Toolbox: src/fun.cpp File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  |
+
+ FOSSEE Scilab Octave Toolbox
+
+ This is a scilab toolbox to call octave functions. It requires octave to be installed on the system.
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
#include <iostream>
+
#include <stdlib.h>
+
#include <octave/oct.h>
+
#include <octave/octave.h>
+
#include <octave/parse.h>
+
#include <octave/interpreter.h>
+
#include <math.h>
+
#include <string>
+
#include "fun.h"
+
+
+
+
◆ fun()
+
+
+
+
+
+ int fun |
+ ( |
+ FUNCARGS * |
+ inp, |
+
+
+ |
+ |
+ FUNCCALL * |
+ funcall |
+
+
+ |
+ ) |
+ | |
+
+
+
+
+
+
+
+
+
+
+
+
--
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/fun_8cpp.html | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'doc/html/fun_8cpp.html')
diff --git a/doc/html/fun_8cpp.html b/doc/html/fun_8cpp.html
index 6f88a33..af883bd 100644
--- a/doc/html/fun_8cpp.html
+++ b/doc/html/fun_8cpp.html
@@ -112,6 +112,7 @@ $(document).ready(function(){initNavTree('fun_8cpp.html',''); initResizable(); }
|
int | fun (FUNCARGS *inp, FUNCCALL *funcall) |
+ | Function to Interact with Octave's API. More...
|
|
@@ -141,6 +142,9 @@ Functions
+
Function to Interact with Octave's API.
+
This Function will be communicating with Octave to access it's function.
+
--
cgit