comparison scripts/miscellaneous/warning_ids.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 fd0a3ac60b0e
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
182 ## [ "f", 111, 111 ] 182 ## [ "f", 111, 111 ]
183 ## @result{} "foo" 183 ## @result{} "foo"
184 ## @end group 184 ## @end group
185 ## @end example 185 ## @end example
186 ## 186 ##
187 ## @noindent
187 ## elicits a warning if the @code{Octave:num-to-str} warning is 188 ## elicits a warning if the @code{Octave:num-to-str} warning is
188 ## enabled. By default, the @code{Octave:num-to-str} warning is enabled. 189 ## enabled. By default, the @code{Octave:num-to-str} warning is enabled.
189 ## 190 ##
190 ## @item Octave:precedence-change 191 ## @item Octave:precedence-change
191 ## If the @code{Octave:precedence-change} warning is enabled, Octave 192 ## If the @code{Octave:precedence-change} warning is enabled, Octave
226 ## "abc" + 0 227 ## "abc" + 0
227 ## @result{} 97 98 99 228 ## @result{} 97 98 99
228 ## @end group 229 ## @end group
229 ## @end example 230 ## @end example
230 ## 231 ##
232 ## @noindent
231 ## elicits a warning if the @code{Octave:str-to-num} warning is enabled. 233 ## elicits a warning if the @code{Octave:str-to-num} warning is enabled.
232 ## By default, the @code{Octave:str-to-num} warning is disabled. 234 ## By default, the @code{Octave:str-to-num} warning is disabled.
233 ## 235 ##
234 ## @item Octave:string-concat 236 ## @item Octave:string-concat
235 ## If the @code{Octave:string-concat} warning is enabled, print a 237 ## If the @code{Octave:string-concat} warning is enabled, print a