On 06/ott/08, at 15:38, Søren Hauberg wrote: > Thanks, for trying this out. It seems I'm a bit more agressive about > texinfo failures than Octave is. I've made some changes and uploaded a > new version of the package to my web page. With this, the errors are > now > warnings, and your example works.
It seems your function get_first_help_sentence still gets confused when the function definition is split over more than one line. As an example have a look at the short description for the function "TSTbweuler" from the ocs package on the OF website http://octave.sourceforge.net/doc/funref_ocs.html and compare with the one produced by generate_html. I think one solution could be to remove all occurrences of the string "@\n" from the help text before doing any further processing. Thanks again for starting this package, I'll be doing more testing as soon as I have time. c. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
