changeset 24963:2e4ed4250e52

warning_ids.m: alphabetic order nearly-singular-matrix
author Juan Pablo Carbajal <ajuanpi+dev@gmail.com>
date Thu, 22 Mar 2018 08:05:33 +0100
parents 0480c934fbce
children 0974a3649c81
files scripts/help/warning_ids.m
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/warning_ids.m	Wed Mar 21 17:10:43 2018 -0700
+++ b/scripts/help/warning_ids.m	Thu Mar 22 08:05:33 2018 +0100
@@ -228,6 +228,11 @@
 ## warning when concatenating a mixture of double and single quoted strings.
 ## By default, the @code{Octave:mixed-string-concat} warning is disabled.
 ##
+## @item  Octave:nearly-singular-matrix
+## @itemx Octave:singular-matrix
+## By default, the @code{Octave:nearly-singular-matrix} and
+## @code{Octave:singular-matrix} warnings are enabled.
+##
 ## @item Octave:neg-dim-as-zero
 ## If the @code{Octave:neg-dim-as-zero} warning is enabled, print a warning
 ## for expressions like
@@ -317,11 +322,6 @@
 ## string constant.
 ## By default, the @code{Octave:single-quote-string} warning is disabled.
 ##
-## @item  Octave:nearly-singular-matrix
-## @itemx Octave:singular-matrix
-## By default, the @code{Octave:nearly-singular-matrix} and
-## @code{Octave:singular-matrix} warnings are enabled.
-##
 ## @item Octave:sqrtm:SingularMatrix
 ## By default, the @code{Octave:sqrtm:SingularMatrix} warning is enabled.
 ##