From 96edee02e6414bf26b21420405cfc299f85683d3 Mon Sep 17 00:00:00 2001 From: KRIXUS-alpha Date: Wed, 12 May 2021 20:15:09 +0530 Subject: documentation struct data handling --- doc/html/annotated.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/html/annotated.html') diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 97985de..f3a51c8 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -99,8 +99,9 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();
Here are the classes, structs, unions and interfaces with brief descriptions:
- - + + +
 CFUNCARGS
 CFUNCCALL
 CFUNCARGSStruct used to send/receive Scilab data to/from the gateway to fun.cpp API
 CFUNCCALLStruct used to call and pass the data to fun.cpp API
 CFUNCSTRUCTStruct used to pass structs to Octave from the fun library
-- cgit