[Scilab-users] toolbox help page : no "calling sequence generated

philippe rouxph.22 at gmail.com
Sun May 5 17:19:06 CEST 2019


Hi,

I made a toolbox for my personal macros, all macros are pure scilab
function, the man pages are described as comments at the beginning of
each macro (see below) and are proceeded with help_from_sci. The toolbox
was designed with scilab5, running the builder.sce in scilab6 looks ok
but the "Calling Sequence" part isn't proceeded? I suppose the tag has
changed but I can't find it in the documentation  (it may be "Syntax"
but doesn't work?!?)

any clue for this problem ?

Philippe

%%%%%%  structure of macros in my toolbox %%%%%%

function [str]=contribute_MyMath(varargin)
    // MyMath
    //
    // Calling Sequence
    //   [str]=contribute_MyMath([x[,y]])
    //
    // Parameters
    //  x,y: scilab variables
    //  str: string
    //
    // Description
    // a "function skeleton" to contribute to MyMath toolbox :
    //
    // Examples
    // contribute_MyMath()  // basic usage
    // contribute_MyMath('example') // how to use optional parameters
    // contribute_MyMath(1,2)
    //
    // See also
    //  MyMath
    //
    // Authors
    //  Philippe Roux
    //




More information about the users mailing list