| Scilab Reference Manual |
|---|
help_skeleton — build the skeleton of the xml help file associated to a Scilab function
txt = help_skeleton(funname)
txt = help_skeleton(funname) generates a vector of strings containing the skeleton of the XML code describing the help of the function funname. The
function [y,z]=foo(a,b),y=a+b,z=1,endfunction
mputl(help_skeleton('foo'),'foo.xml')
scipad foo.xml
Serge Steer, INRIA
| << G_make | help >> |