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