Mercurial > hg > octave-nkf
diff scripts/miscellaneous/intwarning.m @ 8516:e2a179415bac
doc fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 14 Jan 2009 16:49:45 -0500 |
parents | cd90e2842080 |
children | 5dd06f19e9be |
line wrap: on
line diff
--- a/scripts/miscellaneous/intwarning.m +++ b/scripts/miscellaneous/intwarning.m @@ -30,13 +30,15 @@ ## Otherwise it is returned in a structure with the fields "identifier" ## and "state". ## -## @example +## @smallexample +## @group ## intwarning ("query") ## The state of warning "Octave:int-convert-nan" is "off" ## The state of warning "Octave:int-convert-non-int-val" is "off" ## The state of warning "Octave:int-convert-overflow" is "off" ## The state of warning "Octave:int-math-overflow" is "off" -## @end example +## @end group +## @end smallexample ## ## @item "on" ## Turn integer conversion and math warnings "on". If there is no output