help_skeleton

help_skeleton — build the skeleton of the xml help file associated to a Scilab function

Calling sequence

txt = help_skeleton(funname)

Parameters

funname: character string : the name of the function
txt: the XML code

Description

txt = help_skeleton(funname) generates a vector of strings containing the skeleton of the XML code describing the help of the function funname. The

Examples



   function [y,z]=foo(a,b),y=a+b,z=1,endfunction
   mputl(help_skeleton('foo'),'foo.xml')
   scipad foo.xml
  
  

See also

help

Author

Serge Steer, INRIA