Hi,

Sorry about the late reply.

tir, 09 02 2010 kl. 13:15 +0100, skrev Lukas Reichlin:
> generate_html works beautifully for INDEX of control-oo, except for 
> overloaded operators, e.g. @lti/* doesn't work, whereas * alone shows the 
> info of Octave's built-in operator.
> 
> octave-3.2.3:6> generate_package_html ('control', 'control-html', 
> 'octave-forge')
> warning: marking '@lti/+' as not implemented
> warning: marking '@lti/-' as not implemented
> warning: marking '@lti/*' as not implemented
> warning: marking '@lti/\' as not implemented
> warning: marking '@lti//' as not implemented
> warning: marking '@lti/^' as not implemented
> warning: marking '[..]' as not implemented

Basically, you should write

  @lti/plus

instead of

  @lti/+

in the INDEX file, then things should work with the latest version of
'generate_html'. The rule is that you should use the same syntax as if
you were calling the 'help' function. You also have to write

  help @lti/plus

instead of

  help @lti/+

This is also consistent with the actual file names of the operators.

Hope that helps,
Søren


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to