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_8hxx_source.html | 130 ++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 doc/html/libscilab__octave_8hxx_source.html (limited to 'doc/html/libscilab__octave_8hxx_source.html') diff --git a/doc/html/libscilab__octave_8hxx_source.html b/doc/html/libscilab__octave_8hxx_source.html new file mode 100644 index 0000000..ee62e48 --- /dev/null +++ b/doc/html/libscilab__octave_8hxx_source.html @@ -0,0 +1,130 @@ + + + + + + + +FOSSEE Scilab Octave Toolbox: sci_gateway/cpp/libscilab_octave.hxx Source File + + + + + + + + + + + + + + +
+
+ + + + + + + + +
+
FOSSEE Scilab Octave Toolbox +
+
This is a scilab toolbox to call octave functions. It requires octave to be installed on the system.
+
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
libscilab_octave.hxx
+
+
+Go to the documentation of this file.
1 #ifndef __LIBSCILAB_OCTAVE_GW_HXX__
+
2 #define __LIBSCILAB_OCTAVE_GW_HXX__
+
3 
+
4 #ifdef _MSC_VER
+
5 #ifdef LIBSCILAB_OCTAVE_GW_EXPORTS
+
6 #define LIBSCILAB_OCTAVE_GW_IMPEXP __declspec(dllexport)
+
7 #else
+
8 #define LIBSCILAB_OCTAVE_GW_IMPEXP __declspec(dllimport)
+
9 #endif
+
10 #else
+
11 #define LIBSCILAB_OCTAVE_GW_IMPEXP
+
12 #endif
+
13 
+
14 extern "C" LIBSCILAB_OCTAVE_GW_IMPEXP int libscilab_octave(wchar_t* _pwstFuncName);
+
15 
+
16 
+
17 
+
18 #endif /* __LIBSCILAB_OCTAVE_GW_HXX__ */
+
#define LIBSCILAB_OCTAVE_GW_IMPEXP
Definition: libscilab_octave.hxx:11
+
LIBSCILAB_OCTAVE_GW_IMPEXP int libscilab_octave(wchar_t *_pwstFuncName)
Definition: libscilab_octave.cpp:11
+
+
+ + + + -- cgit