Mercurial > hg > octave-nkf
comparison scripts/deprecated/intwarning.m @ 10846:a4f482e66b65
Grammarcheck more of the documentation.
Use @noindent macro appropriately.
Limit line length to 80 characters.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 01 Aug 2010 20:22:17 -0700 |
parents | 693e22af08ae |
children | fe3c3dfc07eb |
comparison
equal
deleted
inserted
replaced
10845:c0ffe159ba1a | 10846:a4f482e66b65 |
---|---|
26 ## @table @asis | 26 ## @table @asis |
27 ## @item "query" | 27 ## @item "query" |
28 ## With an output argument, return the current state of the integer | 28 ## With an output argument, return the current state of the integer |
29 ## conversion and math warnings. With no output arguments, print the | 29 ## conversion and math warnings. With no output arguments, print the |
30 ## current state. | 30 ## current state. |
31 ## @c Set example in small font to prevent overfull line | |
31 ## | 32 ## |
32 ## @c Set example in small font to prevent overfull line | |
33 ## @smallexample | 33 ## @smallexample |
34 ## @group | 34 ## @group |
35 ## intwarning ("query") | 35 ## intwarning ("query") |
36 ## The state of warning "Octave:int-convert-nan" is "off" | 36 ## The state of warning "Octave:int-convert-nan" is "off" |
37 ## The state of warning "Octave:int-convert-non-int-val" is "off" | 37 ## The state of warning "Octave:int-convert-non-int-val" is "off" |