Could you provide a documentation for the (Javadoc-like) documentation mechanism for script functions?
In particular, I am interested in how I can add an 'Example' expression to a parameter documentation, as in the following snippet taken from the documentation of EVAL().
$expressionString (String)
the string with the expression that must be evaluated
Example: '1+2'
In particular, I am interested in how I can add an 'Example' expression to a parameter documentation, as in the following snippet taken from the documentation of EVAL().