Mercurial > hg > octave-lyh
comparison src/error.cc @ 5783:2a9089b47dc2
[project @ 2006-05-03 00:02:22 by jwe]
author | jwe |
---|---|
date | Wed, 03 May 2006 00:02:22 +0000 |
parents | faafc2d98b8d |
children | 1138ced03f14 |
comparison
equal
deleted
inserted
replaced
5782:96cd81ed579e | 5783:2a9089b47dc2 |
---|---|
808 @deftypefnx {Built-in Function} {} warning (\"query\", @var{id})\n\ | 808 @deftypefnx {Built-in Function} {} warning (\"query\", @var{id})\n\ |
809 Set or query the the state of a particular warning using the identifier\n\ | 809 Set or query the the state of a particular warning using the identifier\n\ |
810 @var{id}. If the identifier is omitted, a value of @samp{\"all\"} is\n\ | 810 @var{id}. If the identifier is omitted, a value of @samp{\"all\"} is\n\ |
811 assumed. If you set the state of a warning to @samp{\"error\"}, the\n\ | 811 assumed. If you set the state of a warning to @samp{\"error\"}, the\n\ |
812 warning named by @var{id} is handled as if it were an error instead.\n\ | 812 warning named by @var{id} is handled as if it were an error instead.\n\ |
813 @seealso{warning_ids}.\n\ | 813 @seealso{warning_ids}\n\ |
814 @end deftypefn") | 814 @end deftypefn") |
815 { | 815 { |
816 octave_value retval; | 816 octave_value retval; |
817 | 817 |
818 int nargin = args.length (); | 818 int nargin = args.length (); |