Mercurial > hg > octave-nkf
diff src/toplev.cc @ 3446:5ee5afb3981a
[project @ 2000-01-17 09:42:43 by jwe]
author | jwe |
---|---|
date | Mon, 17 Jan 2000 09:42:48 +0000 |
parents | 9610d364e444 |
children | d14c483b3c12 |
line wrap: on
line diff
--- a/src/toplev.cc +++ b/src/toplev.cc @@ -173,7 +173,10 @@ } DEFUN_TEXT (casesen, args, , - "casesen [on|off]") + "-*- texinfo -*-\n\ +@deffn {Command} casesen arg\n\ +Provided for compatibility with Matlab, but does nothing.\n\ +@end deffn") { octave_value_list retval; @@ -271,7 +274,10 @@ DEFALIAS (exit, quit); DEFUN (warranty, , , - "warranty (): describe copying conditions") + "-*- texinfo -*-\n\ +@deftypefn {Built-in Function} {} warranty ()\n\ +Describe the conditions for copying and distributing Octave.\n\ +@end deftypefn") { octave_value_list retval;