diff options
Diffstat (limited to 'doc/html/annotated.html')
-rw-r--r-- | doc/html/annotated.html | 5 |
1 files changed, 3 insertions, 2 deletions
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(); <div class="contents"> <div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory"> <table class="directory"> -<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_f_u_n_c_a_r_g_s.html" target="_self">FUNCARGS</a></td><td class="desc"></td></tr> -<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_f_u_n_c_c_a_l_l.html" target="_self">FUNCCALL</a></td><td class="desc"></td></tr> +<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_f_u_n_c_a_r_g_s.html" target="_self">FUNCARGS</a></td><td class="desc">Struct used to send/receive Scilab data to/from the gateway to <a class="el" href="fun_8cpp.html">fun.cpp</a> API </td></tr> +<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_f_u_n_c_c_a_l_l.html" target="_self">FUNCCALL</a></td><td class="desc">Struct used to call and pass the data to <a class="el" href="fun_8cpp.html">fun.cpp</a> API </td></tr> +<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_f_u_n_c_s_t_r_u_c_t.html" target="_self">FUNCSTRUCT</a></td><td class="desc">Struct used to pass structs to Octave from the fun library </td></tr> </table> </div><!-- directory --> </div><!-- contents --> |