diff scripts/miscellaneous/warning_ids.m @ 21654:a0ebc922fd52

Add "facenormals" and "*normalsmode" to "surface" and "patch" (bug #47791) * graphics.in.h (patch and surface properties): Add properties "facenormals", "facenormalsmode" and "vertexnormalsmode". Deprecate property "normalmode" (use "vertexnormalsmode" instead). * graphics.cc (surface update_normals): Rename to update_vertex_normals. * warning_ids.m: Add description for "Octave:deprecated-function" and "Octave:deprecated-property".
author mmuetzel <markus.muetzel@gmx.de>
date Thu, 28 Apr 2016 13:10:28 +0200
parents f7f97d7e9294
children
line wrap: on
line diff
--- a/scripts/miscellaneous/warning_ids.m	Thu Apr 28 16:44:38 2016 -0400
+++ b/scripts/miscellaneous/warning_ids.m	Thu Apr 28 13:10:28 2016 +0200
@@ -127,12 +127,24 @@
 ## By default, the @code{Octave:built-in-variable-assignment} warning is
 ## enabled.
 ##
+## @item Octave:deprecated-function
+## If the @code{Octave:deprecated-function} warning is enabled, a
+## warning is issued when Octave encounters a function that is obsolete and
+## scheduled for removal from Octave.
+## By default, the @code{Octave:deprecated-function} warning is enabled.
+##
 ## @item Octave:deprecated-keyword
 ## If the @code{Octave:deprecated-keyword} warning is enabled, a
 ## warning is issued when Octave encounters a keyword that is obsolete and
 ## scheduled for removal from Octave.
 ## By default, the @code{Octave:deprecated-keyword} warning is enabled.
 ##
+## @item Octave:deprecated-property
+## If the @code{Octave:deprecated-property} warning is enabled, a
+## warning is issued when Octave encounters a graphics property that
+## is obsolete and scheduled for removal from Octave.
+## By default, the @code{Octave:deprecated-property} warning is enabled.
+##
 ## @item Octave:divide-by-zero
 ## If the @code{Octave:divide-by-zero} warning is enabled, a
 ## warning is issued when Octave encounters a division by zero.